Spaces:
Paused
Paused
Update service.py
Browse files- service.py +1 -1
service.py
CHANGED
@@ -10,7 +10,7 @@ command_output = []
|
|
10 |
def run_command():
|
11 |
global command_output
|
12 |
commands = [
|
13 |
-
['git clone --depth 1 https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation'],
|
14 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/PMC_sample_1943', '-Prun=1', '-PfileRatio=1'],
|
15 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/PLOS_1000', '-Prun=1', '-PfileRatio=1'],
|
16 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/biorxiv-10k-test-2000', '-Prun=1', '-PfileRatio=1'],
|
|
|
10 |
def run_command():
|
11 |
global command_output
|
12 |
commands = [
|
13 |
+
# ['git clone --depth 1 https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation'],
|
14 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/PMC_sample_1943', '-Prun=1', '-PfileRatio=1'],
|
15 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/PLOS_1000', '-Prun=1', '-PfileRatio=1'],
|
16 |
['./gradlew', 'jatsEval', '-Pp2t=/opt/grobid/evaluation/biorxiv-10k-test-2000', '-Prun=1', '-PfileRatio=1'],
|