John6666 commited on
Commit
7a153dc
·
verified ·
1 Parent(s): 3487f4f

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Safetensors file key checker
3
  emoji: 🐶
4
  colorFrom: yellow
5
  colorTo: blue
 
1
  ---
2
+ title: Safetensors file Key Checker
3
  emoji: 🐶
4
  colorFrom: yellow
5
  colorTo: blue
app.py CHANGED
@@ -10,7 +10,7 @@ css = """
10
 
11
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
12
  with gr.Column():
13
- gr.Markdown("# Safetensors file key checker.", elem_classes="title")
14
  with gr.Group():
15
  dl_url = gr.Textbox(label="Download URL(s)", placeholder="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors\n...", value="", lines=2, max_lines=255)
16
  with gr.Row():
 
10
 
11
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
12
  with gr.Column():
13
+ gr.Markdown("# Safetensors file Key Checker", elem_classes="title")
14
  with gr.Group():
15
  dl_url = gr.Textbox(label="Download URL(s)", placeholder="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors\n...", value="", lines=2, max_lines=255)
16
  with gr.Row():