davanstrien HF staff commited on
Commit
ae40287
1 Parent(s): 24052a1

remove debug

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -295,6 +295,4 @@ with gr.Blocks() as demo:
295
  inputs=[pdf_files, sample_percentage, hf_repo, create_zip, private_repo],
296
  outputs=[output_gallery, download_button, status_text],
297
  )
298
-
299
- # Launch the app
300
- demo.launch(debug=True)
 
295
  inputs=[pdf_files, sample_percentage, hf_repo, create_zip, private_repo],
296
  outputs=[output_gallery, download_button, status_text],
297
  )
298
+ demo.launch()