Marko-suchy commited on
Commit
8a0ebd9
·
verified ·
1 Parent(s): f3f3f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,5 +40,5 @@ iface = gr.Interface(fn=predict,
40
  description=description_html
41
  )
42
 
43
- iface.launch()
44
 
 
40
  description=description_html
41
  )
42
 
43
+ iface.launch(share=True)
44