mateoluksenberg commited on
Commit
5a06626
·
verified ·
1 Parent(s): e29fb77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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