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