paopaoka3325 commited on
Commit
36ca3a9
·
1 Parent(s): 2ae1bd5

Add application files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def greet(name1, name2):
37
  run_command(f"poetry run runoak set-apikey -e bioportal {str2_bioportal}")
38
  run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
39
  ##### output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
40
- output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
41
 
42
  output = output[0].replace('\\n', '\n')
43
 
 
37
  run_command(f"poetry run runoak set-apikey -e bioportal {str2_bioportal}")
38
  run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
39
  ##### output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
40
+ output = run_command(f"mcodegpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
41
 
42
  output = output[0].replace('\\n', '\n')
43
 
requirements.txt CHANGED
@@ -1 +1 @@
1
- cancerontogpt
 
1
+ mcodegpt