Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def slow_echo(message, history):
|
|
| 61 |
yield "You typed: " + message[: i+1]
|
| 62 |
|
| 63 |
demo = gr.ChatInterface(
|
| 64 |
-
|
| 65 |
chatbot=gr.Chatbot(height=300),
|
| 66 |
textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
|
| 67 |
title="pragna-1b-it",
|
|
|
|
| 61 |
yield "You typed: " + message[: i+1]
|
| 62 |
|
| 63 |
demo = gr.ChatInterface(
|
| 64 |
+
predict,
|
| 65 |
chatbot=gr.Chatbot(height=300),
|
| 66 |
textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
|
| 67 |
title="pragna-1b-it",
|