Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ with gr.Blocks(title="Safetensors → GGUF Converter") as demo:
|
|
| 219 |
|
| 220 |
gr.Examples(
|
| 221 |
examples=[
|
| 222 |
-
["https://huggingface.co/Yabo/FramePainter", "
|
| 223 |
],
|
| 224 |
inputs=[repo_url, safetensors_filename]
|
| 225 |
)
|
|
|
|
| 219 |
|
| 220 |
gr.Examples(
|
| 221 |
examples=[
|
| 222 |
+
["https://huggingface.co/Yabo/FramePainter", "unet_diffusion_pytorch_model.safetensors"]
|
| 223 |
],
|
| 224 |
inputs=[repo_url, safetensors_filename]
|
| 225 |
)
|