SushantGautam commited on
Commit
288a276
·
verified ·
1 Parent(s): 9efb222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,4 +179,4 @@ def draw_bounding_boxes(video_url, frames_directory, bounding_boxes_, player_inf
179
 
180
 
181
  if __name__ == '__main__':
182
- app.run(debug=False, port=7860, host='0.0.0.0')
 
179
 
180
 
181
  if __name__ == '__main__':
182
+ app.run(debug=True, port=7860, host='0.0.0.0')