reach-vb HF staff commited on
Commit
c360795
1 Parent(s): c197d53

Update app.py (#79)

Browse files

- Update app.py (b6ff891170616e5260789796606744550e3b8cf1)
- Update app.py (07a88123281f3ca4d67b59f4072e7dd726e37524)

Files changed (1) hide show
  1. app.py +2 -1
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)