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

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()
 
167
 
168
  iface = gr.Interface(fn=infer, inputs="text", outputs="text")
169
 
170
+ iface.launch(share=True)