khaled5321 commited on
Commit
3f84a20
·
1 Parent(s): 31f8713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ def infer(text, max_length=50):
167
 
168
  iface = gr.Interface(fn=infer, inputs="text", outputs="text")
169
 
170
- iface.launch(share=True)
 
167
 
168
  iface = gr.Interface(fn=infer, inputs="text", outputs="text")
169
 
170
+ iface.launch()