Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ def infer_with_lora(input_image, prompt, selected_index, custom_lora, seed=42, r
|
|
302 |
return None, seed, gr.update(visible=False)
|
303 |
|
304 |
# Create Gradio interface
|
305 |
-
with gr.Blocks(
|
306 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
307 |
|
308 |
title = gr.HTML(
|
|
|
302 |
return None, seed, gr.update(visible=False)
|
303 |
|
304 |
# Create Gradio interface
|
305 |
+
with gr.Blocks() as demo:
|
306 |
gr_flux_loras = gr.State(value=flux_loras_raw)
|
307 |
|
308 |
title = gr.HTML(
|