Spaces:
Sleeping
Sleeping
Upload interpret_lab_results.py
Browse files
utils/interpret_lab_results.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
from transformers import pipeline
|
| 2 |
|
| 3 |
-
# Cargar modelo LLM local o de Hugging Face
|
| 4 |
generator = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.1")
|
| 5 |
|
| 6 |
def analyze_lab_results(input_text):
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
|
|
|
|
| 3 |
generator = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct-v0.1")
|
| 4 |
|
| 5 |
def analyze_lab_results(input_text):
|