John6666 commited on
Commit
9631069
1 Parent(s): dfd81a2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -677,7 +677,7 @@ css = '''
677
  .info { align-items: center; text-align: center; }
678
  .desc [src$='#float'] { float: right; margin: 20px; }
679
  '''
680
- with gr.Blocks(theme='Nymbo/Nymbo_Theme_5', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
681
  with gr.Tab("FLUX LoRA the Explorer"):
682
  title = gr.HTML(
683
  """<h1><img src="https://huggingface.co/spaces/John6666/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">FLUX LoRA the Explorer Mod</h1>""",
 
677
  .info { align-items: center; text-align: center; }
678
  .desc [src$='#float'] { float: right; margin: 20px; }
679
  '''
680
+ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
681
  with gr.Tab("FLUX LoRA the Explorer"):
682
  title = gr.HTML(
683
  """<h1><img src="https://huggingface.co/spaces/John6666/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">FLUX LoRA the Explorer Mod</h1>""",