Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
valentin-ub
/
chess_llm_gemma
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
valentin urena
commited on
Oct 30, 2024
Commit
0a0ab7b
·
verified
·
1 Parent(s):
e916685
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,7 +62,7 @@ def generate(
62
63
outputs = ""
64
65
-
for char in response:
66
outputs += char
67
yield outputs
68
62
63
outputs = ""
64
65
+
for char in response
.text
:
66
outputs += char
67
yield outputs
68