Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kabbi/EXAONE-3.0-7.8B-Instruct
ginipick
/
EXAONE-3.0-7.8B-Instruct
like
0
Sleeping
App
Files
Files
Community
vilarin
commited on
Jul 17, 2024
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