zelk12 commited on
Commit
1d67050
·
verified ·
1 Parent(s): 3ebb93c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,8 +10,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
10
  <img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test&countColor=%23263759" />
11
  </a>""")
12
 
13
- gr.ChatInterface(random_response,
14
  multimodal=True,
 
15
  type="messages",
16
  textbox=gr.MultimodalTextbox(),
17
  editable=True,
 
10
  <img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test&countColor=%23263759" />
11
  </a>""")
12
 
13
+ gr.ChatInterface(random_response,
14
  multimodal=True,
15
+ chatbot=gr.Chatbot(),
16
  type="messages",
17
  textbox=gr.MultimodalTextbox(),
18
  editable=True,