nssharmaofficial commited on
Commit
2a0de7a
1 Parent(s): 1f61335

remove share=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ iface = gr.Interface(fn=main_caption,
7
  outputs="text",
8
  title="Image Caption Generator",
9
  description="Upload an image, and the system will generate a caption.")
10
- iface.launch(share=True)
 
7
  outputs="text",
8
  title="Image Caption Generator",
9
  description="Upload an image, and the system will generate a caption.")
10
+ iface.launch()