FoodDesert commited on
Commit
c44b459
·
verified ·
1 Parent(s): acd364a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def convert_embedding(sd15_embedding):
31
 
32
  iface = gr.Interface(
33
  fn=convert_embedding,
34
- inputs=gr.inputs.File(label="Upload SD1.5 Embedding"),
35
- outputs=gr.outputs.File(label="Download Converted SDXL Embedding"),
36
  title="SD1.5 to SDXL Embedding Converter",
37
  description="Upload an SD1.5 embedding file to convert it to SDXL format."
38
  )
 
31
 
32
  iface = gr.Interface(
33
  fn=convert_embedding,
34
+ inputs=gr.File(label="Upload SD1.5 Embedding"),
35
+ outputs=gr.File(label="Download Converted SDXL Embedding"),
36
  title="SD1.5 to SDXL Embedding Converter",
37
  description="Upload an SD1.5 embedding file to convert it to SDXL format."
38
  )