Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,11 +8,3 @@ demo = gr.TabbedInterface([image_summary_demo, get_OCR_demo],
|
|
8 |
|
9 |
if __name__ == "__main__":
|
10 |
demo.launch()
|
11 |
-
|
12 |
-
# if __name__ == "__main__":
|
13 |
-
# demo.launch(debug=True, cache_examples=True)
|
14 |
-
|
15 |
-
# demo = gr.TabbedInterface([get_OCR_demo, get_tts_demo, sentiment_demo, POS_demo, translation_demo, ST_ASR_demo, textScript_demo],
|
16 |
-
# ["Image to Text","Text to Speech", "Sentiment Analysis","POS findings", "Language Translation","ASR", "YouTube video to Text Script"])
|
17 |
-
# if __name__ == "__main__":
|
18 |
-
# demo.launch()
|
|
|
8 |
|
9 |
if __name__ == "__main__":
|
10 |
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|