TA commited on
Commit
6e9ec5b
·
1 Parent(s): b0e1b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -83,8 +83,5 @@ chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_messa
83
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
84
 
85
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
86
- demo2 = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
87
-
88
- demo.launch(share=True)
89
  demo.launch(share=True)
90
 
 
83
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
84
 
85
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
 
 
 
86
  demo.launch(share=True)
87