HakimHa commited on
Commit
9c0c186
Β·
1 Parent(s): fad7f36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def chatbot(text, img, audio):
51
 
52
 
53
 
54
- iface = gr.ChatInterface(
55
  fn=chatbot,
56
  inputs=[
57
  gr.inputs.Textbox(lines=2, placeholder="Input Text here..."),
 
51
 
52
 
53
 
54
+ iface = gr.Interface(
55
  fn=chatbot,
56
  inputs=[
57
  gr.inputs.Textbox(lines=2, placeholder="Input Text here..."),