oucgc1996 commited on
Commit
47f5171
1 Parent(s): b0a1d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ def AMP(file):
56
  iface = gr.Interface(fn=AMP,
57
  inputs="text",
58
  outputs= ["text", "text"])
59
- iface.launch(share=True)
 
56
  iface = gr.Interface(fn=AMP,
57
  inputs="text",
58
  outputs= ["text", "text"])
59
+ iface.launch()