Nymbo commited on
Commit
5dc1993
1 Parent(s): c6982d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def infer(
128
  return [true_input_image, image, seed]
129
 
130
 
131
- with gr.Blocks(css=css) as demo:
132
  # with gr.Column(elem_id="col-container"):
133
  gr.HTML("<center><h1>FLUX.1-Dev Upscaler</h1></center>")
134
 
 
128
  return [true_input_image, image, seed]
129
 
130
 
131
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
132
  # with gr.Column(elem_id="col-container"):
133
  gr.HTML("<center><h1>FLUX.1-Dev Upscaler</h1></center>")
134