sagar4tech commited on
Commit
eab793d
1 Parent(s): 7dfb744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -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