Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ footer {
|
|
| 129 |
|
| 130 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 131 |
with gr.Column(elem_id="col-container"):
|
| 132 |
-
gr.Markdown("<h1><center
|
| 133 |
|
| 134 |
with gr.Row():
|
| 135 |
prompt = gr.Textbox(
|
|
|
|
| 129 |
|
| 130 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 131 |
with gr.Column(elem_id="col-container"):
|
| 132 |
+
gr.Markdown("<h1><center>인쇄에 최적화된 초고해상도 5120 X 4096 픽셀 이미지 생성</center></h1>")
|
| 133 |
|
| 134 |
with gr.Row():
|
| 135 |
prompt = gr.Textbox(
|