Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RaniRahbani
/
DietitianAssistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RaniRahbani
commited on
Oct 19, 2024
Commit
4cd9f6a
·
verified
·
1 Parent(s):
00bef54
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,7 +49,7 @@ def respond(
49
if not token:
50
break
51
response += token
52
-
yield response
53
54
55
"""
49
if not token:
50
break
51
response += token
52
+
yield response
.strip("|")
53
54
55
"""