Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vilarin/Mistral-lab
hassanalia
/
Mistral-lab
like
0
Runtime error
App
Files
Files
Community
vilarin
commited on
Jul 17
Commit
c46b9e7
•
1 Parent(s):
d6a2aad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -100,7 +100,7 @@ def stream_chat(
100
101
buffer = ""
102
for new_text in streamer:
103
-
buffer += new_text
[0]
104
yield buffer
105
106
100
101
buffer = ""
102
for new_text in streamer:
103
+
buffer += new_text
104
yield buffer
105
106