Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,9 +124,9 @@ h1 { text-align: center; }
|
|
| 124 |
footer { visibility: hidden; }
|
| 125 |
'''
|
| 126 |
|
| 127 |
-
with gr.Blocks(css=css
|
| 128 |
with gr.Column(elem_id="col-container"):
|
| 129 |
-
gr.Markdown("##
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
prompt = gr.Text(
|
|
|
|
| 124 |
footer { visibility: hidden; }
|
| 125 |
'''
|
| 126 |
|
| 127 |
+
with gr.Blocks(css=css) as demo:
|
| 128 |
with gr.Column(elem_id="col-container"):
|
| 129 |
+
gr.Markdown("## T2i Grid 6x")
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
prompt = gr.Text(
|