charlesouazana commited on
Commit
05599c3
1 Parent(s): 422a16d

share=True missing in launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ examples = ['untitled.jpg']
17
 
18
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
- iface.launch()
 
17
 
18
 
19
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
+ iface.launch(share=True)