VikramSingh178 commited on
Commit
a4309ea
·
1 Parent(s): 9557b7d

Update pages/Chest.py

Browse files
Files changed (1) hide show
  1. pages/Chest.py +1 -1
pages/Chest.py CHANGED
@@ -18,7 +18,7 @@ from transformers import pipeline, set_seed
18
  from transformers import BioGptTokenizer, BioGptForCausalLM
19
  text_model = BioGptForCausalLM.from_pretrained("microsoft/biogpt")
20
  tokenizer = BioGptTokenizer.from_pretrained("microsoft/biogpt")
21
- labels_path = '/Users/vikram/Python/Medical Diagnosis App/labels.json'
22
 
23
 
24
  with open(labels_path) as json_data:
 
18
  from transformers import BioGptTokenizer, BioGptForCausalLM
19
  text_model = BioGptForCausalLM.from_pretrained("microsoft/biogpt")
20
  tokenizer = BioGptTokenizer.from_pretrained("microsoft/biogpt")
21
+ labels_path = 'labels.json'
22
 
23
 
24
  with open(labels_path) as json_data: