Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ from feature_extraction import (calculate_amplitude, classify_amplitude,
|
|
10 |
calculate_attenuation_rate, classify_attenuation_rate,
|
11 |
count_reflections, classify_reflections)
|
12 |
from report_generation import generate_report
|
13 |
-
from utils import plot_detection
|
14 |
from database import save_report, get_report_history
|
15 |
-
|
16 |
model = RadarDetectionModel()
|
17 |
|
18 |
|
|
|
10 |
calculate_attenuation_rate, classify_attenuation_rate,
|
11 |
count_reflections, classify_reflections)
|
12 |
from report_generation import generate_report
|
13 |
+
from utils import plot_detection
|
14 |
from database import save_report, get_report_history
|
15 |
+
from report_generation import render_report
|
16 |
model = RadarDetectionModel()
|
17 |
|
18 |
|