Tim Seufert commited on
Commit
56bca49
·
1 Parent(s): e068441

removed the image processing button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
58
  clear = gr.ClearButton([msg, chatbot])
59
 
60
  # Set up message submission
61
- msg.submit(respond, [msg, img, chatbot], [msg, chatbot])
62
 
63
  # Launch the demo
64
  demo.launch(
 
58
  clear = gr.ClearButton([msg, chatbot])
59
 
60
  # Set up message submission
61
+ msg.submit(respond, [msg, chatbot], [msg, chatbot])
62
 
63
  # Launch the demo
64
  demo.launch(