Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,6 +260,7 @@ with gr.Blocks() as demo:
|
|
| 260 |
],
|
| 261 |
title="Create your own GGUF Quants, blazingly fast ⚡!",
|
| 262 |
description="The space takes an HF repo as an input, quantizes it and creates a Public repo containing the selected quant under your HF user namespace.",
|
|
|
|
| 263 |
)
|
| 264 |
|
| 265 |
def update_visibility(split_model):
|
|
|
|
| 260 |
],
|
| 261 |
title="Create your own GGUF Quants, blazingly fast ⚡!",
|
| 262 |
description="The space takes an HF repo as an input, quantizes it and creates a Public repo containing the selected quant under your HF user namespace.",
|
| 263 |
+
api_name=False
|
| 264 |
)
|
| 265 |
|
| 266 |
def update_visibility(split_model):
|