annie08 commited on
Commit
0896dfd
·
1 Parent(s): 2c42c3f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(
33
  description="Upload an image, and the model will generate a caption describing it."
34
  )
35
 
36
- iface.launch(share=True)
 
33
  description="Upload an image, and the model will generate a caption describing it."
34
  )
35
 
36
+ iface.launch()