Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def generate(
|
|
| 141 |
return image_paths, seed
|
| 142 |
#Main gr.Block
|
| 143 |
with gr.Blocks(css=css,
|
| 144 |
-
theme="
|
| 145 |
gr.Markdown(DESCRIPTIONx)
|
| 146 |
with gr.Row():
|
| 147 |
prompt = gr.Text(
|
|
|
|
| 141 |
return image_paths, seed
|
| 142 |
#Main gr.Block
|
| 143 |
with gr.Blocks(css=css,
|
| 144 |
+
theme="bethecloud/storj_theme") as demo:
|
| 145 |
gr.Markdown(DESCRIPTIONx)
|
| 146 |
with gr.Row():
|
| 147 |
prompt = gr.Text(
|