Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#3
by
linoyts
HF Staff
- opened
app.py
CHANGED
@@ -231,7 +231,7 @@ css = """
|
|
231 |
"""
|
232 |
|
233 |
# Create Gradio interface
|
234 |
-
with gr.Blocks(css=css) as demo:
|
235 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
236 |
|
237 |
title = gr.HTML(
|
|
|
231 |
"""
|
232 |
|
233 |
# Create Gradio interface
|
234 |
+
with gr.Blocks(css="custom.css") as demo:
|
235 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
236 |
|
237 |
title = gr.HTML(
|