Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def ImageChat(image, prompt="Analyze"):
|
|
| 94 |
|
| 95 |
app = gr.Interface(
|
| 96 |
fn=ImageChat,
|
| 97 |
-
inputs=[gr.Image(label="
|
| 98 |
outputs=gr.Textbox(label="Response"),
|
| 99 |
title = "",
|
| 100 |
theme=gr.themes.Soft()
|
|
|
|
| 94 |
|
| 95 |
app = gr.Interface(
|
| 96 |
fn=ImageChat,
|
| 97 |
+
inputs=[gr.Image(label=""), gr.Textbox(label="Your Prompt", value="Analyze")],
|
| 98 |
outputs=gr.Textbox(label="Response"),
|
| 99 |
title = "",
|
| 100 |
theme=gr.themes.Soft()
|