Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ndwdgda
/
yuhhsss
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ndwdgda
commited on
Jul 22, 2024
Commit
9346553
·
verified
·
1 Parent(s):
06a9ac2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,7 +35,7 @@ def respond(
35
36
37
response = result[0]['generated_text']
38
-
yield response
39
40
# Gradio interface setup
41
35
36
37
response = result[0]['generated_text']
38
+
yield response
)
39
40
# Gradio interface setup
41