Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ input[type="text"]:focus {
|
|
332 |
}
|
333 |
"""
|
334 |
|
335 |
-
with gr.Blocks(theme="
|
336 |
with gr.Column(elem_id="col-container"):
|
337 |
gr.Markdown("<h1>UHD Image Generator (5120×4096)</h1>")
|
338 |
|
|
|
332 |
}
|
333 |
"""
|
334 |
|
335 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
336 |
with gr.Column(elem_id="col-container"):
|
337 |
gr.Markdown("<h1>UHD Image Generator (5120×4096)</h1>")
|
338 |
|