prithivMLmods commited on
Commit
5059d6c
·
verified ·
1 Parent(s): cbcd73c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2348,7 +2348,7 @@ css = '''
2348
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
2349
  '''
2350
 
2351
- with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60, 60)) as app:
2352
  title = gr.HTML(
2353
  """<h1>FLUX LoRA DLC🥳</h1>""",
2354
  elem_id="title",
 
2348
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
2349
  '''
2350
 
2351
+ with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
2352
  title = gr.HTML(
2353
  """<h1>FLUX LoRA DLC🥳</h1>""",
2354
  elem_id="title",