Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ css = """
|
|
230 |
"""
|
231 |
|
232 |
# Create Gradio interface
|
233 |
-
with gr.Blocks(css=
|
234 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
235 |
|
236 |
title = gr.HTML(
|
|
|
230 |
"""
|
231 |
|
232 |
# Create Gradio interface
|
233 |
+
with gr.Blocks(css=css) as demo:
|
234 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
235 |
|
236 |
title = gr.HTML(
|