Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def ImageChat(image, user_prompt):
|
|
61 |
app = gr.Interface(
|
62 |
fn=ImageChat,
|
63 |
inputs=[gr.Image(label="Stock Chart Image", type="pil"), gr.Textbox(label="Continue Chat")],
|
64 |
-
outputs=gr.Markdown(label="Analysis"
|
65 |
title="Stock Chart Analysis",
|
66 |
theme=gr.themes.Soft()
|
67 |
)
|
|
|
61 |
app = gr.Interface(
|
62 |
fn=ImageChat,
|
63 |
inputs=[gr.Image(label="Stock Chart Image", type="pil"), gr.Textbox(label="Continue Chat")],
|
64 |
+
outputs=gr.Markdown(label="Analysis"),
|
65 |
title="Stock Chart Analysis",
|
66 |
theme=gr.themes.Soft()
|
67 |
)
|