Commit
·
25db69d
1
Parent(s):
49a200f
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,8 @@ from PIL import Image
|
|
| 9 |
from slugify import slugify
|
| 10 |
import requests
|
| 11 |
import torch
|
|
|
|
|
|
|
| 12 |
css = '''
|
| 13 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
| 14 |
.arrow{position: absolute;top: 0;right: -8px;margin-top: -8px !important}
|
|
|
|
| 9 |
from slugify import slugify
|
| 10 |
import requests
|
| 11 |
import torch
|
| 12 |
+
from diffusers import StableDiffusionPipeline
|
| 13 |
+
|
| 14 |
css = '''
|
| 15 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
| 16 |
.arrow{position: absolute;top: 0;right: -8px;margin-top: -8px !important}
|