Uthar commited on
Commit
a53e397
·
verified ·
1 Parent(s): b5e6c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ css = """
18
  .block.result { margin: 1em 0; padding: 1em; box-shadow: 0 0 3px 3px #664422, 0 0 3px 2px #664422 inset; border-radius: 6px; background: #665544; }
19
  """
20
 
21
- with gr.Blocks(theme="theNeofr/Syne", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
22
  gr.Markdown("# Download SDXL / SD 1.5 / SD 3.5 / FLUX.1 safetensors and convert to HF🤗 Diffusers format and create your repo", elem_classes="title")
23
  gr.Markdown(f"""
24
  ### ⚠️IMPORTANT NOTICE⚠️<br>
 
18
  .block.result { margin: 1em 0; padding: 1em; box-shadow: 0 0 3px 3px #664422, 0 0 3px 2px #664422 inset; border-radius: 6px; background: #665544; }
19
  """
20
 
21
+ with gr.Blocks(fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
22
  gr.Markdown("# Download SDXL / SD 1.5 / SD 3.5 / FLUX.1 safetensors and convert to HF🤗 Diffusers format and create your repo", elem_classes="title")
23
  gr.Markdown(f"""
24
  ### ⚠️IMPORTANT NOTICE⚠️<br>