Spaces:
Sleeping
Sleeping
Commit
·
a88b2e6
1
Parent(s):
3254f5a
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ with gr.Blocks() as chat:
|
|
22 |
|
23 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
24 |
|
25 |
-
def application():
|
26 |
-
|
27 |
|
|
|
22 |
|
23 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
24 |
|
25 |
+
# def application():
|
26 |
+
chat.launch()
|
27 |
|