Quiho commited on
Commit
7203cfa
·
verified ·
1 Parent(s): 9dbb8e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ custom_css = """
68
 
69
  iface = gr.Interface(
70
  fn=convert_embedding,
71
- inputs=gr.File(label="Upload SD-1.5 embeddings", type="file", multiple=True),
72
- outputs=gr.File(label="Download converted SDXL safetensors embeddings", type="file", multiple=True),
73
  title="✨ SD-1.5 to SDXL Embedding Converter | Now supports multiple files ⚡",
74
  description="Upload one or more SD-1.5 embedding files to convert them to SDXL. Stylish and efficient!",
75
  theme="default",
 
68
 
69
  iface = gr.Interface(
70
  fn=convert_embedding,
71
+ inputs=gr.Files(label="Upload SD-1.5 embeddings"),
72
+ outputs=gr.Files(label="Download converted SDXL safetensors embeddings"),
73
  title="✨ SD-1.5 to SDXL Embedding Converter | Now supports multiple files ⚡",
74
  description="Upload one or more SD-1.5 embedding files to convert them to SDXL. Stylish and efficient!",
75
  theme="default",