Spaces:
Running
Running
Update model.py
Browse files
model.py
CHANGED
@@ -8,7 +8,7 @@ import faiss
|
|
8 |
from collections import defaultdict
|
9 |
import ast # For literal_eval
|
10 |
import math # For ceiling function
|
11 |
-
|
12 |
import mtdna_classifier
|
13 |
# --- IMPORTANT: UNCOMMENT AND CONFIGURE YOUR REAL API KEY ---
|
14 |
import google.generativeai as genai
|
|
|
8 |
from collections import defaultdict
|
9 |
import ast # For literal_eval
|
10 |
import math # For ceiling function
|
11 |
+
import data_preprocess
|
12 |
import mtdna_classifier
|
13 |
# --- IMPORTANT: UNCOMMENT AND CONFIGURE YOUR REAL API KEY ---
|
14 |
import google.generativeai as genai
|