Spaces:
Sleeping
Sleeping
Update app.py (#24)
Browse files- Update app.py (f1e5572022f6df333c83c708f566cef7f56d1c65)
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 |
)
|