viettqse150044 commited on
Commit
fc4ae1d
·
1 Parent(s): 023213f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -80,12 +80,12 @@ if __name__ == '__main__':
80
  tf.random.set_seed(42)
81
 
82
  bg_path = ""
83
- background_model_path = "weight_files\\model.h5"
84
- detection_model_path = "weight_files\\clothes_detection_model.pt"
85
 
86
- stadium_sport_bg_path = "backgrounds\\camnou_stadium.jpg"
87
- beach_swim_bg_path = "backgrounds\\beach.jpg"
88
- office_bg_path = "backgrounds\\office-bg.jpg"
89
 
90
  image_path = None
91
 
 
80
  tf.random.set_seed(42)
81
 
82
  bg_path = ""
83
+ background_model_path = "weight_files/model.h5"
84
+ detection_model_path = "weight_files/clothes_detection_model.pt"
85
 
86
+ stadium_sport_bg_path = "backgrounds/camnou_stadium.jpg"
87
+ beach_swim_bg_path = "backgrounds/beach.jpg"
88
+ office_bg_path = "backgrounds/office-bg.jpg"
89
 
90
  image_path = None
91