Tim Seufert commited on
Commit
08bac85
·
1 Parent(s): 3cd6b66

removed the image processing button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond(message, image, chat_history):
54
  with gr.Blocks() as demo:
55
  chatbot = gr.Chatbot()
56
  msg = gr.Textbox()
57
- img = gr.Image(type="filepath")
58
  clear = gr.ClearButton([msg, img, chatbot])
59
 
60
  # Set up message submission
 
54
  with gr.Blocks() as demo:
55
  chatbot = gr.Chatbot()
56
  msg = gr.Textbox()
57
+ #img = gr.Image(type="filepath")
58
  clear = gr.ClearButton([msg, img, chatbot])
59
 
60
  # Set up message submission