Spaces:
Running
Running
Commit
·
2b0664d
1
Parent(s):
4d032d1
Add application files
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def greet(name1, name2):
|
|
17 |
str3_huggingface = "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" # huggingface
|
18 |
str4_input = name2
|
19 |
|
20 |
-
|
21 |
with open('abstractsave.txt', 'w') as f:
|
22 |
f.write(str4_input)
|
23 |
|
@@ -36,8 +36,8 @@ 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 |
-
|
40 |
-
|
41 |
output = output.replace('\\n', '\n')
|
42 |
|
43 |
#### output_string1, error_string1=run_command("poetry")# ontogpt")
|
|
|
17 |
str3_huggingface = "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" # huggingface
|
18 |
str4_input = name2
|
19 |
|
20 |
+
|
21 |
with open('abstractsave.txt', 'w') as f:
|
22 |
f.write(str4_input)
|
23 |
|
|
|
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 |
+
|
41 |
output = output.replace('\\n', '\n')
|
42 |
|
43 |
#### output_string1, error_string1=run_command("poetry")# ontogpt")
|