Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sagar4tech
/
text-to-image-local-inference
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sagar4tech
commited on
Apr 14, 2024
Commit
eab793d
·
verified
·
1 Parent(s):
7dfb744
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
# Provide the url to model id
2
url = "runwayml/stable-diffusion-v1-5"
3
1
+
2
+
from diffusers import StableDiffusionPipeline
3
+
import torch
4
+
5
# Provide the url to model id
6
url = "runwayml/stable-diffusion-v1-5"
7