Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shilpaj
/
StableDiffusion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shilpaj
commited on
10 days ago
Commit
c033de0
·
verified
·
1 Parent(s):
daa59ff
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -34,7 +34,6 @@ def load_model():
34
)
35
36
@spaces.GPU
37
-
@gr.Cache()
38
def get_pipeline():
39
pipe = load_model()
40
return pipe.to("cuda")
34
)
35
36
@spaces.GPU
37
def get_pipeline():
38
pipe = load_model()
39
return pipe.to("cuda")