Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
e634f6b
1
Parent(s):
7fd5e8e
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ from paddleocr import PaddleOCR
|
|
10 |
logging.basicConfig(
|
11 |
level=logging.INFO,
|
12 |
handlers=[
|
13 |
-
logging.
|
14 |
-
logging.StreamHandler()
|
15 |
]
|
16 |
)
|
17 |
|
|
|
10 |
logging.basicConfig(
|
11 |
level=logging.INFO,
|
12 |
handlers=[
|
13 |
+
logging.StreamHandler() # Remove FileHandler and log only to the console
|
|
|
14 |
]
|
15 |
)
|
16 |
|