multimodalart HF staff commited on
Commit
29c3c12
1 Parent(s): 6375b74

Update app.py

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