multimodalart HF staff commited on
Commit
0c66393
1 Parent(s): 40a7d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -462,7 +462,7 @@ css = '''
462
  #random_btn{font-size: 300%}
463
  '''
464
 
465
- with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
466
  title = gr.HTML(
467
  """<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
468
  margin-top: -25px !important;
 
462
  #random_btn{font-size: 300%}
463
  '''
464
 
465
+ with gr.Blocks(css=css, delete_cache=(60, 3600)) as app:
466
  title = gr.HTML(
467
  """<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
468
  margin-top: -25px !important;