Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fancyfeast/joy-caption-alpha-two
rafa9
/
joy-caption-alpha-two-pub
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rafa9
commited on
26 days ago
Commit
7b46259
·
verified
·
1 Parent(s):
0c07e6b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,4 +48,4 @@ def handler(event):
48
"message": str(e)
49
}
50
51
-
runpod.serverless.start({"handler": handler})
48
"message": str(e)
49
}
50
51
+
runpod.serverless.start({"handler": handler}
, test_input=None
)