prithivMLmods commited on
Commit
df20240
·
verified ·
1 Parent(s): 1af20d4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2339,7 +2339,7 @@ css = '''
2339
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
2340
  '''
2341
 
2342
- with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
2343
  title = gr.HTML("""<h1>FLUX LoRA DLC🥳</h1>""", elem_id="title",)
2344
  selected_index = gr.State(None)
2345
  with gr.Row():
 
2339
  .progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
2340
  '''
2341
 
2342
+ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(60, 60)) as app:
2343
  title = gr.HTML("""<h1>FLUX LoRA DLC🥳</h1>""", elem_id="title",)
2344
  selected_index = gr.State(None)
2345
  with gr.Row():