ChenoAi commited on
Commit
3f658ac
1 Parent(s): ae8c08f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(css=css, 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):
 
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):