sultan-hassan commited on
Commit
e60d0bf
·
verified ·
1 Parent(s): 5115095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ iface = gr.Interface(launch,
26
  outputs="text",
27
  css=css)
28
 
29
- iface.launch()
30
 
 
26
  outputs="text",
27
  css=css)
28
 
29
+ iface.launch(share=True)
30