victor HF Staff commited on
Commit
97f525d
·
1 Parent(s): 52a337d

Fix TypeError by removing theme argument from Blocks

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ controls_header_html = """
288
  </div>
289
  """
290
 
291
- with gr.Blocks(theme=None, title="FLUX.2 [dev]") as demo:
292
  with gr.Row(elem_id="main-container", variant="compact"):
293
  # --- Left Sidebar ---
294
  with gr.Column(elem_id="left-sidebar", min_width=280):
 
288
  </div>
289
  """
290
 
291
+ with gr.Blocks(title="FLUX.2 [dev]") as demo:
292
  with gr.Row(elem_id="main-container", variant="compact"):
293
  # --- Left Sidebar ---
294
  with gr.Column(elem_id="left-sidebar", min_width=280):