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

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)