Spaces:
Running
on
Zero
Running
on
Zero
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 |
-
|
|
|
|
|
|
|
|
|
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):
|