adrienbrdne commited on
Commit
cd8fb8b
·
verified ·
1 Parent(s): f1dda7b

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -27,7 +27,7 @@ except ImportError as e:
27
 
28
  import google.generativeai as genai
29
 
30
- from .scoring_specificity import health_check
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)