Spaces:
Running
Running
namelessai
commited on
Commit
•
87c2a98
1
Parent(s):
294cba8
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
inputs=gr.File(label="Upload .ckpt file"),
|
35 |
outputs=gr.File(label="Download converted safetensors file"),
|
36 |
title="CKPT to Safetensors Converter",
|
37 |
-
description="Upload a .ckpt file to convert it to the safetensors format."
|
38 |
)
|
39 |
|
40 |
iface.launch()
|
|
|
34 |
inputs=gr.File(label="Upload .ckpt file"),
|
35 |
outputs=gr.File(label="Download converted safetensors file"),
|
36 |
title="CKPT to Safetensors Converter",
|
37 |
+
description="Upload a .ckpt file to convert it to the safetensors format. If you enjoy the app, please ❤ it!"
|
38 |
)
|
39 |
|
40 |
iface.launch()
|