basilboy commited on
Commit
b5f874f
·
verified ·
1 Parent(s): 5be49a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -567,4 +567,4 @@ with gr.Blocks(title="CNA — Interactive Denoising") as demo:
567
  btn_step_once.click(step_once, [src, ids_state, update_mode, temperature, exclude_current], [ids_state, current_text, status])
568
  btn_live.click(live_denoise, [src, ids_state, steps, snap_every, seed, update_mode, temperature, exclude_current], [ids_state, current_text, status], show_progress=True)
569
 
570
- demo.queue().launch(analytics_enabled=False)
 
567
  btn_step_once.click(step_once, [src, ids_state, update_mode, temperature, exclude_current], [ids_state, current_text, status])
568
  btn_live.click(live_denoise, [src, ids_state, steps, snap_every, seed, update_mode, temperature, exclude_current], [ids_state, current_text, status], show_progress=True)
569
 
570
+ demo.queue().launch()