Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
#79
by
reach-vb
HF staff
- opened
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):
|
@@ -279,4 +280,4 @@ scheduler.add_job(restart_space, "interval", seconds=21600)
|
|
279 |
scheduler.start()
|
280 |
|
281 |
# Launch the interface
|
282 |
-
demo.queue(default_concurrency_limit=1, max_size=5).launch(debug=True)
|
|
|
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):
|
|
|
280 |
scheduler.start()
|
281 |
|
282 |
# Launch the interface
|
283 |
+
demo.queue(default_concurrency_limit=1, max_size=5).launch(debug=True, show_api=False)
|