Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JunhaoZhuang
/
Cobra
like
3
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
JunhaoZhuang
commited on
18 days ago
Commit
3331e4c
·
verified
·
1 Parent(s):
d528142
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -289,6 +289,8 @@ def load_ckpt():
289
290
pipeline = pipeline.to("cuda")
291
292
load_ckpt()
293
294
global cur_style
289
290
pipeline = pipeline.to("cuda")
291
292
+
print('loaded pipeline')
293
+
294
load_ckpt()
295
296
global cur_style