Update api.py
Browse files
api.py
CHANGED
@@ -27,7 +27,7 @@ except ImportError as e:
|
|
27 |
|
28 |
import google.generativeai as genai
|
29 |
|
30 |
-
from .
|
31 |
|
32 |
status = health_check()
|
33 |
print(status)
|
|
|
27 |
|
28 |
import google.generativeai as genai
|
29 |
|
30 |
+
from scoring.specificity import health_check
|
31 |
|
32 |
status = health_check()
|
33 |
print(status)
|