sohoso commited on
Commit
7b7f570
·
verified ·
1 Parent(s): 20b1ebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", interactive=True),
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
  )