Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 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 |
|