Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#3)
Browse files- Update app.py (184f8ba0153f067df77b74f7ebc99cc852aaad6a)
app.py
CHANGED
@@ -223,7 +223,7 @@ css = """
|
|
223 |
"""
|
224 |
|
225 |
# Create Gradio interface
|
226 |
-
with gr.Blocks(css=css) as demo:
|
227 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
228 |
|
229 |
title = gr.HTML(
|
|
|
223 |
"""
|
224 |
|
225 |
# Create Gradio interface
|
226 |
+
with gr.Blocks(css="custom.css") as demo:
|
227 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
228 |
|
229 |
title = gr.HTML(
|