nos commited on
Commit
1630426
·
verified ·
1 Parent(s): eebd35a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
- respond
64
  chatbot=gr.Chatbot(height=300),
65
 
66
  )
 
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
+ respond,
64
  chatbot=gr.Chatbot(height=300),
65
 
66
  )