TobyYang7 commited on
Commit
b51f88e
·
verified ·
1 Parent(s): ca317b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def predict(image, text):
33
  )
34
  return output
35
 
36
- chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1)
37
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
38
 
39
  with gr.Blocks(fill_height=True) as demo:
 
33
  )
34
  return output
35
 
36
+ chatbot = gr.Chatbot(placeholder=None, scale=1)
37
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
38
 
39
  with gr.Blocks(fill_height=True) as demo: