Update app.py
Browse files
app.py
CHANGED
|
@@ -73,9 +73,6 @@ chatbot = gr.Chatbot([(initial_msg, None)])
|
|
| 73 |
demo = gr.ChatInterface(
|
| 74 |
fn=chat_partial,
|
| 75 |
chatbot=chatbot,
|
| 76 |
-
title="MiddChat"
|
| 77 |
-
retry_btn=None,
|
| 78 |
-
undo_btn=None,
|
| 79 |
-
clear_btn=None,)
|
| 80 |
|
| 81 |
demo.launch(share=True)
|
|
|
|
| 73 |
demo = gr.ChatInterface(
|
| 74 |
fn=chat_partial,
|
| 75 |
chatbot=chatbot,
|
| 76 |
+
title="MiddChat")
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
demo.launch(share=True)
|