Spaces:
Sleeping
Sleeping
SushantGautam
commited on
Update app.py
Browse files
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=
|
|
|
179 |
|
180 |
|
181 |
if __name__ == '__main__':
|
182 |
+
app.run(debug=True, port=7860, host='0.0.0.0')
|