Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ def translate(input_text, language):
|
|
7 |
|
8 |
options_1 = ['en', 'de', 'fr']
|
9 |
demo = gr.Interface(fn=translate, inputs=["text", gr.Dropdown(options_1),], outputs="text")
|
10 |
-
demo.launch(debug=True
|
|
|
7 |
|
8 |
options_1 = ['en', 'de', 'fr']
|
9 |
demo = gr.Interface(fn=translate, inputs=["text", gr.Dropdown(options_1),], outputs="text")
|
10 |
+
demo.launch(debug=True, share=True)
|