5m4ck3r commited on
Commit
74e0ef7
·
verified ·
1 Parent(s): 7386373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,7 +353,7 @@ with gr.Blocks() as demo:
353
  generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
354
 
355
  with gr.Tab("Chat"):
356
- demo = gr.ChatInterface(
357
  respond,
358
  additional_inputs=[
359
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
353
  generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
354
 
355
  with gr.Tab("Chat"):
356
+ gr.ChatInterface(
357
  respond,
358
  additional_inputs=[
359
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),