prithivMLmods commited on
Commit
fc4051c
·
verified ·
1 Parent(s): 7f3a007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):