Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import numpy as np
|
|
| 10 |
from predictor import GenePredictor
|
| 11 |
from tensorflow.keras.models import load_model
|
| 12 |
# Import the new analyzer
|
| 13 |
-
from
|
| 14 |
import tempfile
|
| 15 |
import shutil
|
| 16 |
import sys
|
|
|
|
| 10 |
from predictor import GenePredictor
|
| 11 |
from tensorflow.keras.models import load_model
|
| 12 |
# Import the new analyzer
|
| 13 |
+
from analyzer import PhylogeneticTreeAnalyzer
|
| 14 |
import tempfile
|
| 15 |
import shutil
|
| 16 |
import sys
|