Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
11 |
|
12 |
css = '''
|
13 |
.gradio-container {
|
14 |
-
max-width:
|
15 |
margin: 0 auto;
|
16 |
}
|
17 |
h1 { text-align: center; }
|
|
|
11 |
|
12 |
css = '''
|
13 |
.gradio-container {
|
14 |
+
max-width: 150%;
|
15 |
margin: 0 auto;
|
16 |
}
|
17 |
h1 { text-align: center; }
|