ipvikas commited on
Commit
d9427b4
·
verified ·
1 Parent(s): f59db1f

Update app.py

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