Spaces:
Runtime error
Runtime error
Commit
·
fd0862d
1
Parent(s):
dfaf13a
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,11 +71,4 @@ with gr.Blocks() as demo:
|
|
| 71 |
|
| 72 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 73 |
|
| 74 |
-
|
| 75 |
-
iface = gr.Interface(
|
| 76 |
-
fn=demo,
|
| 77 |
-
title="Chatbot",
|
| 78 |
-
description="Talk to the chatbot and it will respond!"
|
| 79 |
-
)
|
| 80 |
-
|
| 81 |
-
iface.launch()
|
|
|
|
| 71 |
|
| 72 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 73 |
|
| 74 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|