FoodDesert commited on
Commit
99290b9
1 Parent(s): fc06c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,10 +31,10 @@ def convert_embedding(uploaded_file):
31
 
32
  iface = gr.Interface(
33
  fn=convert_embedding,
34
- inputs=gr.File(label="Upload SD1.5 pt embedding"),
35
  outputs=gr.File(label="Download converted SDXL safetensors embedding"),
36
  title="SD1.5 to SDXL Embedding Converter",
37
- description="Upload an SD1.5 embedding file in pt format to convert it to SDXL."
38
  )
39
 
40
  if __name__ == "__main__":
 
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 safetensors embedding"),
36
  title="SD1.5 to SDXL Embedding Converter",
37
+ description="Upload an SD1.5 embedding file to convert it to SDXL."
38
  )
39
 
40
  if __name__ == "__main__":