Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Shilpaj
/
StableDiffusion
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shilpaj
commited on
Feb 28, 2025
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")