Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
#24
by
reach-vb
HF staff
- opened
app.py
CHANGED
@@ -128,7 +128,7 @@ iface = gr.Interface(
|
|
128 |
gr.Image(show_label=False),
|
129 |
],
|
130 |
title="Create your own GGUF Quants, blazingly fast ⚡!",
|
131 |
-
description="
|
132 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
133 |
|
134 |
)
|
|
|
128 |
gr.Image(show_label=False),
|
129 |
],
|
130 |
title="Create your own GGUF Quants, blazingly fast ⚡!",
|
131 |
+
description="The space takes a HF repo as an input, quantises it and creates a Public repo containing the selected quant under your HF user namespace. You need to specify a write token obtained in https://hf.co/settings/tokens.",
|
132 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
133 |
|
134 |
)
|