Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,9 +12,6 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
| 12 |
css = '''
|
| 13 |
.gradio-container{max-width: 570px !important}
|
| 14 |
h1{text-align:center}
|
| 15 |
-
footer {
|
| 16 |
-
visibility: hidden
|
| 17 |
-
}
|
| 18 |
'''
|
| 19 |
|
| 20 |
examples = [
|
|
|
|
| 12 |
css = '''
|
| 13 |
.gradio-container{max-width: 570px !important}
|
| 14 |
h1{text-align:center}
|
|
|
|
|
|
|
|
|
|
| 15 |
'''
|
| 16 |
|
| 17 |
examples = [
|