Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ def chat(message, history=None):
|
|
| 42 |
return outputs[0]['generated_text'][len(prompt):].strip()
|
| 43 |
|
| 44 |
|
| 45 |
-
gr.
|
|
|
|
| 42 |
return outputs[0]['generated_text'][len(prompt):].strip()
|
| 43 |
|
| 44 |
|
| 45 |
+
gr.ChatInterface(chat).launch()
|