Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ from urllib3.util.retry import Retry
|
|
345 |
# Configure logging
|
346 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
|
347 |
|
348 |
-
|
349 |
|
350 |
# Configuration
|
351 |
UPLOAD_FOLDER = 'static/captures'
|
|
|
345 |
# Configure logging
|
346 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
|
347 |
|
348 |
+
|
349 |
|
350 |
# Configuration
|
351 |
UPLOAD_FOLDER = 'static/captures'
|