eperezs commited on
Commit
ae88bf6
1 Parent(s): 8ca0e9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Mediante el `pipeline` de Hugging Face:
17
  from transformers import pipeline
18
 
19
  model_id = "digitalhealth-healthyliving/MediFlow"
20
- pipe = pipeline("text-classification", model_id, token = <your_token_here>)
21
 
22
  text = "I have pain in the back"
23
  result = pipe(text)
 
17
  from transformers import pipeline
18
 
19
  model_id = "digitalhealth-healthyliving/MediFlow"
20
+ pipe = pipeline("text-classification", model_id)
21
 
22
  text = "I have pain in the back"
23
  result = pipe(text)