Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
| 60 |
|
| 61 |
with gr.Tab("Chat"):
|
| 62 |
gr.ChatInterface(
|
| 63 |
-
respond
|
| 64 |
chatbot=gr.Chatbot(height=300),
|
| 65 |
|
| 66 |
)
|
|
|
|
| 60 |
|
| 61 |
with gr.Tab("Chat"):
|
| 62 |
gr.ChatInterface(
|
| 63 |
+
respond,
|
| 64 |
chatbot=gr.Chatbot(height=300),
|
| 65 |
|
| 66 |
)
|