ChenoAi commited on
Commit
3af00e1
1 Parent(s): 3f658ac
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -158,8 +158,12 @@ examples = [
158
  "a cute robot artist painting on an easel, concept art",
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):
 
158
  "a cute robot artist painting on an easel, concept art",
159
  "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
160
  ]
161
+ css = '''
162
+ footer {
163
+ visibility: hidden
164
+ }
165
+ '''
166
+ with gr.Blocks(css=css , theme=gr.themes.Base()) as demo:
167
  gr.HTML("<h1><center>DALL•E 3 XL v2</center></h1>")
168
  with gr.Row():
169
  with gr.Column(scale=1):