Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
•
939e89f
1
Parent(s):
e487722
upload
Browse files- app.py +6 -0
- empty_text_embed.npy +3 -0
app.py
CHANGED
@@ -38,6 +38,12 @@ from gradio_imageslider import ImageSlider
|
|
38 |
from gradio_patches.examples import Examples
|
39 |
from pipeline_genpercept import GenPerceptPipeline
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
warnings.filterwarnings(
|
42 |
"ignore", message=".*LoginButton created outside of a Blocks context.*"
|
43 |
)
|
|
|
38 |
from gradio_patches.examples import Examples
|
39 |
from pipeline_genpercept import GenPerceptPipeline
|
40 |
|
41 |
+
from diffusers import (
|
42 |
+
DiffusionPipeline,
|
43 |
+
UNet2DConditionModel,
|
44 |
+
AutoencoderKL,
|
45 |
+
)
|
46 |
+
|
47 |
warnings.filterwarnings(
|
48 |
"ignore", message=".*LoginButton created outside of a Blocks context.*"
|
49 |
)
|
empty_text_embed.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:677e5e752b1d428a2e5f6f87a62c3a6c726343d264351dc1c433763ddc9b7182
|
3 |
+
size 157824
|