prithivMLmods commited on
Commit
5e5324e
·
verified ·
1 Parent(s): 6004428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1285,7 +1285,7 @@ css = '''
1285
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
1286
  '''
1287
 
1288
- with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
1289
  title = gr.HTML(
1290
  """<h1>FLUX LoRA DLC2🔥</h1>""",
1291
  elem_id="title",
 
1285
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
1286
  '''
1287
 
1288
+ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
1289
  title = gr.HTML(
1290
  """<h1>FLUX LoRA DLC2🔥</h1>""",
1291
  elem_id="title",