Harshveer commited on
Commit
d4b6dcc
·
verified ·
1 Parent(s): b460b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def ImageChat(image, prompt="Analyze"):
95
  app = gr.Interface(
96
  fn=ImageChat,
97
  inputs=[gr.Image(show_label=False), gr.Textbox(label="Your Prompt", value="Analyze")],
98
- outputs=gr.Textbox(label="Response"),
99
  title = "",
100
  theme=gr.themes.Soft()
101
  )
 
95
  app = gr.Interface(
96
  fn=ImageChat,
97
  inputs=[gr.Image(show_label=False), gr.Textbox(label="Your Prompt", value="Analyze")],
98
+ outputs=gr.Textbox(label="Response",show_copy_button=True),
99
  title = "",
100
  theme=gr.themes.Soft()
101
  )