yerang commited on
Commit
6642cf6
1 Parent(s): 5c0fe17

Update flux_schnell.py

Browse files
Files changed (1) hide show
  1. flux_schnell.py +1 -1
flux_schnell.py CHANGED
@@ -43,7 +43,7 @@ def create_flux_tab(image_input):
43
  }
44
  """
45
 
46
- with gr.Blocks(css=css) as demo:
47
 
48
  with gr.Column(elem_id="col-container"):
49
  gr.Markdown(f"""# FLUX.1 [schnell]""")
 
43
  }
44
  """
45
 
46
+ with gr.Blocks(css=css) as flux_demo:
47
 
48
  with gr.Column(elem_id="col-container"):
49
  gr.Markdown(f"""# FLUX.1 [schnell]""")