paopaoka3325 commited on
Commit
c129d7d
·
1 Parent(s): 727bf3c

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # output = output.replace('\\n', '\n')
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