Browse Source

fix: change default value of example files input option to true

myhloli 4 months ago
parent
commit
2b57757b13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mineru/cli/gradio_app.py

+ 1 - 1
mineru/cli/gradio_app.py

@@ -182,7 +182,7 @@ def to_pdf(file_path):
     type=bool,
     type=bool,
     help="Enable example files for input."
     help="Enable example files for input."
          "The example files to be input need to be placed in the `example` folder within the directory where the command is currently executed.",
          "The example files to be input need to be placed in the `example` folder within the directory where the command is currently executed.",
-    default=False,
+    default=True,
 )
 )
 @click.option(
 @click.option(
     '--enable-sglang-engine',
     '--enable-sglang-engine',