Update app.py
Browse files
app.py
CHANGED
@@ -127,9 +127,9 @@ footer {
|
|
127 |
}
|
128 |
"""
|
129 |
|
130 |
-
with gr.Blocks(theme="
|
131 |
with gr.Column(elem_id="col-container"):
|
132 |
-
gr.Markdown("<h1><center
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(
|
|
|
127 |
}
|
128 |
"""
|
129 |
|
130 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
131 |
with gr.Column(elem_id="col-container"):
|
132 |
+
gr.Markdown("<h1><center>UHD(MAX 5120 X 4096 Pixel) Image Gen</center></h1>")
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(
|