andreska commited on
Commit
fbe42cd
·
verified ·
1 Parent(s): 0f8bde0

Try make it public sharable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ iface = gr.Interface(
9
  outputs="text"
10
  )
11
 
12
- iface.launch()
 
9
  outputs="text"
10
  )
11
 
12
+ iface.launch(share=True)