AbrorBalxiyev commited on
Commit
f45399c
·
verified ·
1 Parent(s): 7581453

add share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(
28
  ]
29
  )
30
 
31
- iface.launch()
 
28
  ]
29
  )
30
 
31
+ iface.launch(share=True)