darshan8950 commited on
Commit
dd7db82
·
1 Parent(s): 2ece00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ outputs = gr.Textbox(label="Captions")
29
  interface = gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs, title="Blip-Caption")
30
 
31
  # Launch the interface
32
- interface.launch(share=True)
 
29
  interface = gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs, title="Blip-Caption")
30
 
31
  # Launch the interface
32
+ interface.launch()