Spaces:
Sleeping
Sleeping
Update app.py
Browse filesturned off the share
app.py
CHANGED
@@ -62,4 +62,4 @@ def translate(model_name, text):
|
|
62 |
iface = gr.Interface(fn=translate, inputs=[model_name, "text"], outputs=[translation, reverse_translation])
|
63 |
|
64 |
# Launch the interface
|
65 |
-
iface.launch(share=
|
|
|
62 |
iface = gr.Interface(fn=translate, inputs=[model_name, "text"], outputs=[translation, reverse_translation])
|
63 |
|
64 |
# Launch the interface
|
65 |
+
iface.launch(share=False)
|