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
ea9336c0
"vscode:/vscode.git/clone" did not exist on "4072b5879b9b1928919e35b72c8238a6e451a3e2"
Unverified
Commit
ea9336c0
authored
Jul 05, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Jul 05, 2025
Browse files
Update server.py
parent
d3156f76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
projects/multi_gpu_v2/server.py
projects/multi_gpu_v2/server.py
+3
-3
No files found.
projects/multi_gpu_v2/server.py
View file @
ea9336c0
...
@@ -76,8 +76,8 @@ class MinerUAPI(ls.LitAPI):
...
@@ -76,8 +76,8 @@ class MinerUAPI(ls.LitAPI):
p_lang_list
=
[
inputs
[
'lang'
]],
p_lang_list
=
[
inputs
[
'lang'
]],
backend
=
inputs
[
'backend'
],
backend
=
inputs
[
'backend'
],
parse_method
=
inputs
[
'method'
],
parse_method
=
inputs
[
'method'
],
p_
formula_enable
=
inputs
[
'formula_enable'
],
formula_enable
=
inputs
[
'formula_enable'
],
p_
table_enable
=
inputs
[
'table_enable'
],
table_enable
=
inputs
[
'table_enable'
],
server_url
=
inputs
[
'server_url'
],
server_url
=
inputs
[
'server_url'
],
start_page_id
=
inputs
[
'start_page_id'
],
start_page_id
=
inputs
[
'start_page_id'
],
end_page_id
=
inputs
[
'end_page_id'
]
end_page_id
=
inputs
[
'end_page_id'
]
...
...
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