shitijnigam commited on
Commit
aea4fa7
·
1 Parent(s): 0b016a9

added share=true

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)