paopaoka3325 commited on
Commit
a1144ce
·
1 Parent(s): 8723b2a

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ 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
 
 
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