ovi054 commited on
Commit
1a5c88a
1 Parent(s): 413cbda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ css = """
103
  }
104
  """
105
 
106
- with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
107
  gr.HTML("<center><h1>FLUX.1-Dev with LoRA support</h1></center>")
108
  with gr.Column(elem_id="app-container"):
109
  with gr.Row():
 
103
  }
104
  """
105
 
106
+ with gr.Blocks(css=css) as app:
107
  gr.HTML("<center><h1>FLUX.1-Dev with LoRA support</h1></center>")
108
  with gr.Column(elem_id="app-container"):
109
  with gr.Row():