Chandrabhan01 commited on
Commit
cf53071
·
1 Parent(s): cbe2be4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ class GRadioInterface:
103
  article='What if you do not have a sentence in a particular language? Just write the sentence in english and let us do the magic.')
104
 
105
  demo = gr.TabbedInterface([it_1,it_2],['Speech Synthesis', 'Sentence Translation'])
106
- demo.launch(share=True)
107
 
108
  demo_app = GRadioInterface(function=convert_text)
109
  demo_app.start()
 
103
  article='What if you do not have a sentence in a particular language? Just write the sentence in english and let us do the magic.')
104
 
105
  demo = gr.TabbedInterface([it_1,it_2],['Speech Synthesis', 'Sentence Translation'])
106
+ demo.launch()
107
 
108
  demo_app = GRadioInterface(function=convert_text)
109
  demo_app.start()