Chaixxi commited on
Commit
8e04610
·
verified ·
1 Parent(s): 5ea09b4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ iface = gr.Interface(
38
  description="Upload an image to get a detailed paragraph description generated."
39
  )
40
 
41
- iface.launch()
 
38
  description="Upload an image to get a detailed paragraph description generated."
39
  )
40
 
41
+ iface.launch(share=True)