Spaces:
Running
Running
Commit
·
727bf3c
1
Parent(s):
a1144ce
Add application files
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ def greet(name1, name2):
|
|
36 |
run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
|
37 |
# output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
|
38 |
output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
|
39 |
-
output = type(output)
|
40 |
|
41 |
# output = output.replace('\\n', '\n')
|
42 |
|
|
|
36 |
run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
|
37 |
# output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
|
38 |
output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
|
|
|
39 |
|
40 |
# output = output.replace('\\n', '\n')
|
41 |
|