Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ footer {
|
|
25 |
'''
|
26 |
|
27 |
DESCRIPTIONXX = """
|
28 |
-
## MIDJOURNEY XL
|
29 |
"""
|
30 |
|
31 |
examples = [
|
@@ -184,7 +184,7 @@ def load_predefined_images():
|
|
184 |
return predefined_images
|
185 |
|
186 |
|
187 |
-
with gr.Blocks(css=css, theme="
|
188 |
gr.Markdown(DESCRIPTIONXX)
|
189 |
with gr.Row():
|
190 |
prompt = gr.Text(
|
|
|
25 |
'''
|
26 |
|
27 |
DESCRIPTIONXX = """
|
28 |
+
## MIDJOURNEY XL
|
29 |
"""
|
30 |
|
31 |
examples = [
|
|
|
184 |
return predefined_images
|
185 |
|
186 |
|
187 |
+
with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
188 |
gr.Markdown(DESCRIPTIONXX)
|
189 |
with gr.Row():
|
190 |
prompt = gr.Text(
|