Update README.md
Browse files
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
|
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)
|