Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ def simple_chat(message, temperature: float = 0.8, max_length: int = 4096, top_p
|
|
| 294 |
|
| 295 |
# return PlainTextResponse(buffer)
|
| 296 |
|
| 297 |
-
return PlainTextResponse(buffer)
|
| 298 |
|
| 299 |
|
| 300 |
|
|
|
|
| 294 |
|
| 295 |
# return PlainTextResponse(buffer)
|
| 296 |
|
| 297 |
+
return PlainTextResponse(buffer)
|
| 298 |
|
| 299 |
|
| 300 |
|