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 28, 2024
Commit
d16e146
·
verified
·
1 Parent(s):
0c3800d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,7 +67,7 @@ def generate(
67
68
outputs = ""
69
70
-
for char in response:
71
outputs += char
72
yield outputs
73
67
68
outputs = ""
69
70
+
for char in response
.text
:
71
outputs += char
72
yield outputs
73