Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import logging
|
|
14 |
os.system("apt-get update")
|
15 |
os.system("apt-get install poppler-utils")
|
16 |
|
17 |
-
logging.basicConfig(level=logging.
|
18 |
|
19 |
|
20 |
# Function to convert PDF to images or open a single image
|
|
|
14 |
os.system("apt-get update")
|
15 |
os.system("apt-get install poppler-utils")
|
16 |
|
17 |
+
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
18 |
|
19 |
|
20 |
# Function to convert PDF to images or open a single image
|