Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,8 @@ def generate(
|
|
142 |
image_paths = [save_image(img) for img in images]
|
143 |
return image_paths, seed
|
144 |
#Main gr.Block
|
145 |
-
with gr.Blocks(css=css,
|
|
|
146 |
gr.Markdown(DESCRIPTIONx)
|
147 |
with gr.Row():
|
148 |
prompt = gr.Text(
|
|
|
142 |
image_paths = [save_image(img) for img in images]
|
143 |
return image_paths, seed
|
144 |
#Main gr.Block
|
145 |
+
with gr.Blocks(css=css,
|
146 |
+
theme="prithivMLmods/Minecraft-Theme") as demo:
|
147 |
gr.Markdown(DESCRIPTIONx)
|
148 |
with gr.Row():
|
149 |
prompt = gr.Text(
|