Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -449,7 +449,7 @@ title = """<h1 align="center">IMAGINEO 4K : SDXL 🔥</h1>
|
|
| 449 |
</center></p>
|
| 450 |
"""
|
| 451 |
|
| 452 |
-
with gr.Blocks(css=css) as demo:
|
| 453 |
gr.HTML(title)
|
| 454 |
with gr.Row():
|
| 455 |
with gr.Column(scale=1):
|
|
|
|
| 449 |
</center></p>
|
| 450 |
"""
|
| 451 |
|
| 452 |
+
with gr.Blocks(theme="YTheme/Minecraft", css=css) as demo:
|
| 453 |
gr.HTML(title)
|
| 454 |
with gr.Row():
|
| 455 |
with gr.Column(scale=1):
|