Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ async def predict(message, chatbot, temperature=0.1, max_new_tokens=4096, top_p
|
|
| 120 |
|
| 121 |
|
| 122 |
gr.ChatInterface(
|
| 123 |
-
|
| 124 |
chatbot=gr.Chatbot(height=500),
|
| 125 |
textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
|
| 126 |
title=title,
|
|
|
|
| 120 |
|
| 121 |
|
| 122 |
gr.ChatInterface(
|
| 123 |
+
predict,
|
| 124 |
chatbot=gr.Chatbot(height=500),
|
| 125 |
textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
|
| 126 |
title=title,
|