Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|