Spaces:
Sleeping
Sleeping
Update app/pages/data_ingestion.py
Browse files
app/pages/data_ingestion.py
CHANGED
|
@@ -13,6 +13,7 @@ from database import DatabaseHandler
|
|
| 13 |
from data_processor import DataProcessor
|
| 14 |
from utils import process_single_video
|
| 15 |
import logging
|
|
|
|
| 16 |
|
| 17 |
# Configure logging for stdout only
|
| 18 |
logging.basicConfig(
|
|
|
|
| 13 |
from data_processor import DataProcessor
|
| 14 |
from utils import process_single_video
|
| 15 |
import logging
|
| 16 |
+
import sys
|
| 17 |
|
| 18 |
# Configure logging for stdout only
|
| 19 |
logging.basicConfig(
|