Stereo0001 commited on
Commit
814abf9
·
1 Parent(s): c4f92b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ def download(text):
60
  iface = gr.Interface(fn=download,
61
  inputs=["text"],
62
  outputs=["file", "text"])
63
- iface.launch(share=True)
 
60
  iface = gr.Interface(fn=download,
61
  inputs=["text"],
62
  outputs=["file", "text"])
63
+ iface.launch()