multimodalart HF staff commited on
Commit
8a4a996
1 Parent(s): 3686a10

Update app.py

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