Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
|
|
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
|
124 |
|
125 |
with gr.Row():
|
126 |
prompt = gr.Textbox(
|
|
|
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</center></h1>")
|
124 |
|
125 |
with gr.Row():
|
126 |
prompt = gr.Textbox(
|