Ra-Is commited on
Commit
b3c5892
1 Parent(s): e5c2107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ dropdown = gr.Dropdown(choices=["", "english-twi", "twi-english"], label="Select
40
  demo = gr.Interface(fn=translate, inputs=[textbox, dropdown], outputs="text")
41
 
42
  # Launch the Gradio app
43
- demo.launch()
 
40
  demo = gr.Interface(fn=translate, inputs=[textbox, dropdown], outputs="text")
41
 
42
  # Launch the Gradio app
43
+ demo.launch(share=True)