Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ def ImageChat(image, prompt="Analyze"):
|
|
| 66 |
|
| 67 |
app = gr.Interface(
|
| 68 |
fn=ImageChat,
|
| 69 |
-
inputs=[gr.Image(label="Image"), gr.
|
| 70 |
-
outputs=gr.
|
| 71 |
title="Trading View Chat Analyzer",
|
| 72 |
theme=gr.themes.Soft()
|
| 73 |
)
|
|
|
|
| 66 |
|
| 67 |
app = gr.Interface(
|
| 68 |
fn=ImageChat,
|
| 69 |
+
inputs=[gr.Image(label="Image"), gr.Textbox(label="Prompt", value="Analyze")],
|
| 70 |
+
outputs=gr.Textbox(label="Response"),
|
| 71 |
title="Trading View Chat Analyzer",
|
| 72 |
theme=gr.themes.Soft()
|
| 73 |
)
|