dhruvsaxena11 commited on
Commit
017eaa7
·
verified ·
1 Parent(s): c4b86ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: