Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JunhaoZhuang/Cobra
fffiloni
/
Cobra
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JunhaoZhuang
commited on
Apr 15
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