Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,8 @@ from gtts import gTTS
|
|
| 8 |
import tempfile
|
| 9 |
import os
|
| 10 |
|
|
|
|
|
|
|
| 11 |
app = FastAPI()
|
| 12 |
|
| 13 |
# OCR Reader (lazy import inside function to avoid ImportError on Spaces)
|
|
|
|
| 8 |
import tempfile
|
| 9 |
import os
|
| 10 |
|
| 11 |
+
|
| 12 |
+
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
# OCR Reader (lazy import inside function to avoid ImportError on Spaces)
|