Spaces:
Sleeping
Sleeping
Update lab_analyzer.py
Browse files- lab_analyzer.py +1 -1
lab_analyzer.py
CHANGED
|
@@ -20,7 +20,7 @@ class LabReportAnalyzer:
|
|
| 20 |
token=os.getenv("HUGGINGFACE_API_KEY", "your-api-key-here"),
|
| 21 |
|
| 22 |
)
|
| 23 |
-
self.model = "google/gemma-
|
| 24 |
|
| 25 |
async def analyze_report(self, image_b64: str) -> Dict[str, Any]:
|
| 26 |
"""
|
|
|
|
| 20 |
token=os.getenv("HUGGINGFACE_API_KEY", "your-api-key-here"),
|
| 21 |
|
| 22 |
)
|
| 23 |
+
self.model = "google/gemma-2b-it"
|
| 24 |
|
| 25 |
async def analyze_report(self, image_b64: str) -> Dict[str, Any]:
|
| 26 |
"""
|