Update app.py
Browse files
app.py
CHANGED
|
@@ -68,8 +68,8 @@ custom_css = """
|
|
| 68 |
|
| 69 |
iface = gr.Interface(
|
| 70 |
fn=convert_embedding,
|
| 71 |
-
inputs=gr.
|
| 72 |
-
outputs=gr.
|
| 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",
|