mdik1 commited on
Commit
2a2fcff
·
verified ·
1 Parent(s): bc9b7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ interface = gr.Interface(
70
  outputs=gr.Textbox(label="Generated Title and Description"),
71
  title="Image Captioning with LLM",
72
  description="Upload an image and get a title and description generated by an AI agent.",
73
- share=True
74
 
75
  )
76
 
 
70
  outputs=gr.Textbox(label="Generated Title and Description"),
71
  title="Image Captioning with LLM",
72
  description="Upload an image and get a title and description generated by an AI agent.",
73
+ live=True
74
 
75
  )
76