Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,4 +117,4 @@ demo = gr.Interface(fn=translate_text,
|
|
117 |
],
|
118 |
outputs=[gr.TextArea(label='This is the translated text')])
|
119 |
|
120 |
-
demo.launch()
|
|
|
117 |
],
|
118 |
outputs=[gr.TextArea(label='This is the translated text')])
|
119 |
|
120 |
+
demo.launch(share=True)
|