Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ console.log(chatbot)
|
|
91 |
}
|
92 |
"""
|
93 |
chatbot = gr.Chatbot()
|
94 |
-
chatbot.change(None,[chatbot],[],js=js)
|
95 |
demo = gr.ChatInterface(call_generate_text,chatbot=chatbot,type="messages")
|
|
|
96 |
|
97 |
if __name__ == "__main__":
|
98 |
init()
|
|
|
91 |
}
|
92 |
"""
|
93 |
chatbot = gr.Chatbot()
|
|
|
94 |
demo = gr.ChatInterface(call_generate_text,chatbot=chatbot,type="messages")
|
95 |
+
chatbot.change(None,[chatbot],[],js=js)
|
96 |
|
97 |
if __name__ == "__main__":
|
98 |
init()
|