|
2 | 2 | "version": "0.2.0",
|
3 | 3 | "configurations": [
|
4 | 4 | {
|
5 |
| - "name": "debugpy: marker gradio mirror", |
| 5 | + "name": "debugpy: gradio_run mirror", |
6 | 6 | "type": "debugpy",
|
7 | 7 | "request": "launch",
|
8 |
| - "program": "${env:CONDA_PREFIX}/envs/marker/bin/gradio", |
| 8 | + "program": "${workspaceFolder}/gradio/gradio_run.py", |
9 | 9 | "console": "integratedTerminal",
|
10 | 10 | "cwd": "${workspaceFolder}",
|
11 | 11 | "args": [
|
|
20 | 20 | "justMyCode": false
|
21 | 21 | },
|
22 | 22 | {
|
23 |
| - "name": "debugpy: marker gradio offline", |
| 23 | + "name": "debugpy: gradio_run offline", |
24 | 24 | "type": "debugpy",
|
25 | 25 | "request": "launch",
|
26 |
| - "program": "${env:CONDA_PREFIX}/envs/marker/bin/gradio", |
| 26 | + "program": "${workspaceFolder}/gradio/gradio_run.py", |
27 | 27 | "console": "integratedTerminal",
|
28 | 28 | "cwd": "${workspaceFolder}",
|
29 | 29 | "args": [
|
|
121 | 121 | "program": "${workspaceFolder}/marker/convert_single.py",
|
122 | 122 | "console": "integratedTerminal",
|
123 | 123 | "args": [
|
124 |
| - "${workspaceFolder}/pdf_in/file.pdf", |
| 124 | + "${workspaceFolder}/pdf_in/2304.03442v2.pdf", |
125 | 125 | "--output_dir", "${workspaceFolder}/md_out"
|
126 | 126 | ],
|
127 | 127 | "env": {
|
|
138 | 138 | "program": "${workspaceFolder}/marker/convert_single.py",
|
139 | 139 | "console": "integratedTerminal",
|
140 | 140 | "args": [
|
141 |
| - "${workspaceFolder}/pdf_in/file.pdf", |
| 141 | + "${workspaceFolder}/pdf_in/2304.03442v2.pdf", |
142 | 142 | "--output_dir", "${workspaceFolder}/md_out"
|
143 | 143 | ],
|
144 | 144 | "env": {
|
|
0 commit comments