Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def load_models():
|
|
71 |
|
72 |
vqa_model, damage_model, processor = load_models()
|
73 |
|
74 |
-
Generate recommendations
|
75 |
def analyze_data(image, plot_path):
|
76 |
# Damage analysis
|
77 |
if image:
|
|
|
71 |
|
72 |
vqa_model, damage_model, processor = load_models()
|
73 |
|
74 |
+
# Generate recommendations
|
75 |
def analyze_data(image, plot_path):
|
76 |
# Damage analysis
|
77 |
if image:
|