bobrooos commited on
Commit
179c8fb
1 Parent(s): b088909

Update app.py

Browse files

turned off the share

Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
62
  iface = gr.Interface(fn=translate, inputs=[model_name, "text"], outputs=[translation, reverse_translation])
63
 
64
  # Launch the interface
65
+ iface.launch(share=False)