Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -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(
|
|
|
184 |
return predefined_images
|
185 |
|
186 |
|
187 |
+
with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
|
188 |
gr.Markdown(DESCRIPTIONXX)
|
189 |
with gr.Row():
|
190 |
prompt = gr.Text(
|