Oskar van der Wal commited on
Commit
14b1df3
1 Parent(s): 4ba9f41

Disable share=True on Spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,4 +170,4 @@ with gradio.Blocks(title="Gender Bias in MT: Hungarian to English") as iface:
170
  gradio.Markdown(notice)
171
 
172
 
173
- iface.launch(share=True)
170
  gradio.Markdown(notice)
171
 
172
 
173
+ iface.launch()