Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|