Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ examples = [
|
|
159 |
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
160 |
]
|
161 |
|
162 |
-
with gr.Blocks(
|
163 |
gr.HTML("<h1><center>DALL•E 3 XL v2</center></h1>")
|
164 |
with gr.Row():
|
165 |
with gr.Column(scale=1):
|
|
|
159 |
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
160 |
]
|
161 |
|
162 |
+
with gr.Blocks(theme="soft") as demo:
|
163 |
gr.HTML("<h1><center>DALL•E 3 XL v2</center></h1>")
|
164 |
with gr.Row():
|
165 |
with gr.Column(scale=1):
|