openfree commited on
Commit
731c11b
·
verified ·
1 Parent(s): 5c6b27a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
118
  #print('finished! Results ')
119
 
120
 
121
- with gr.Blocks() as demo:
122
  with gr.Column(elem_id="col-container"):
123
  gr.Markdown("<h1><center>UltraPixel: Advancing Ultra-High-Resolution Image Synthesis to New Peaks </center></h1>")
124
 
 
118
  #print('finished! Results ')
119
 
120
 
121
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
122
  with gr.Column(elem_id="col-container"):
123
  gr.Markdown("<h1><center>UltraPixel: Advancing Ultra-High-Resolution Image Synthesis to New Peaks </center></h1>")
124