Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pavithiran
/
chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pavithiran
commited on
Sep 26, 2024
Commit
0ccbc11
·
verified
·
1 Parent(s):
4596e34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ def respond(
41
42
response += token
43
44
-
yield response
45
except Exception as e:
46
yield f"Error: {e}"
47
"""
41
42
response += token
43
44
+
yield response
.json()
45
except Exception as e:
46
yield f"Error: {e}"
47
"""