prithivMLmods commited on
Commit
f4e28bf
·
verified ·
1 Parent(s): 646f10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -455,7 +455,7 @@ title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhan
455
  </center></p>
456
  """
457
 
458
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
459
  gr.HTML(title)
460
  with gr.Row():
461
  with gr.Column(scale=1):
 
455
  </center></p>
456
  """
457
 
458
+ with gr.Blocks(css=css) as demo:
459
  gr.HTML(title)
460
  with gr.Row():
461
  with gr.Column(scale=1):