Rob Learsch commited on
Commit
512a788
·
1 Parent(s): ad8deaa

Update app.py

Browse files

testing just dropdown and image connection

Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -90,12 +90,12 @@ with gr.Blocks() as demo:
90
  out = gr.Image(return_image, inputs=inp, label="Thumbnail",height=size, width=size)
91
  # Connect the input to the output using the defined functions.
92
  #inp.change(fn=return_image, inputs=inp, outputs=out)
93
- gr.ChatInterface(
94
- chat_with_musician,
95
- additional_inputs=[inp],
96
- type="messages",
97
- title="Lyrical Chatbot",
98
- )
99
 
100
  # Gradio Chat Interface (working, without thumbnails)
101
  #demo = gr.ChatInterface(
 
90
  out = gr.Image(return_image, inputs=inp, label="Thumbnail",height=size, width=size)
91
  # Connect the input to the output using the defined functions.
92
  #inp.change(fn=return_image, inputs=inp, outputs=out)
93
+ #gr.ChatInterface(
94
+ # chat_with_musician,
95
+ # additional_inputs=[inp],
96
+ # type="messages",
97
+ # title="Lyrical Chatbot",
98
+ #)
99
 
100
  # Gradio Chat Interface (working, without thumbnails)
101
  #demo = gr.ChatInterface(