Spaces:
Running
Running
Commit
·
c129d7d
1
Parent(s):
727bf3c
Add application files
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def greet(name1, name2):
|
|
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 |
|
42 |
#### output_string1, error_string1=run_command("poetry")# ontogpt")
|
43 |
|
|
|
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[0].replace('\\n', '\n')
|
41 |
|
42 |
#### output_string1, error_string1=run_command("poetry")# ontogpt")
|
43 |
|