ikraamkb commited on
Commit
b9ed063
·
verified ·
1 Parent(s): aa2a251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)