Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cdc-hf
/
test-space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cdc-hf
commited on
Apr 9
Commit
e2c5e4a
·
verified
·
1 Parent(s):
80b0a86
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,7 +42,7 @@ def respond(
42
temperature=temperature,
43
top_p=top_p,
44
).content
45
-
yield response
46
47
48
"""
42
temperature=temperature,
43
top_p=top_p,
44
).content
45
+
yield response
46
47
48
"""