Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
2b57757b
Commit
2b57757b
authored
Jun 30, 2025
by
myhloli
Browse files
fix: change default value of example files input option to true
parent
8a5e1e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mineru/cli/gradio_app.py
mineru/cli/gradio_app.py
+1
-1
No files found.
mineru/cli/gradio_app.py
View file @
2b57757b
...
@@ -182,7 +182,7 @@ def to_pdf(file_path):
...
@@ -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
=
Fals
e
,
default
=
Tru
e
,
)
)
@
click
.
option
(
@
click
.
option
(
'--enable-sglang-engine'
,
'--enable-sglang-engine'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment