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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ interface = gr.Interface(
69
  inputs=gr.Image(type="pil", label="Upload Image"),
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
 
 
69
  inputs=gr.Image(type="pil", label="Upload Image"),
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
+
74
 
75
  )
76