Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -598,7 +598,7 @@ def infer_upscale(
|
|
| 598 |
|
| 599 |
|
| 600 |
|
| 601 |
-
with gr.Blocks(theme=
|
| 602 |
loras_state = gr.State(loras)
|
| 603 |
selected_indices = gr.State([])
|
| 604 |
|
|
|
|
| 598 |
|
| 599 |
|
| 600 |
|
| 601 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
|
| 602 |
loras_state = gr.State(loras)
|
| 603 |
selected_indices = gr.State([])
|
| 604 |
|