浏览代码

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

myhloli 4 月之前
父节点
当前提交
2b57757b13
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
     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.",
-    default=False,
+    default=True,
 )
 @click.option(
     '--enable-sglang-engine',