Skip to content

Commit

Permalink
bug: commenting verbose in command
Browse files Browse the repository at this point in the history
  • Loading branch information
caviri committed Feb 7, 2025
1 parent b493d22 commit 736b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gradio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def process_audio(audio_file,
"--output-paragraphs-json-file", output_paragraphs_json,
"--output-md-file", output_md_file,
"--output-pdf-file", output_pdf_file,
"--verbose", "False"
#"--verbose",
]

if quantize:
Expand Down

0 comments on commit 736b9fb

Please sign in to comment.