Antoniskaraolis commited on
Commit
f785382
·
1 Parent(s): 32b3d3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
  outputs="text"
20
  )
21
 
22
- iface.launch()
 
19
  outputs="text"
20
  )
21
 
22
+ iface.launch(share=True)