prithivMLmods commited on
Commit
a84e1b8
·
verified ·
1 Parent(s): 04f569a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(css=css) as demo:
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(