AI-Pagoda commited on
Commit
c57dfb3
·
verified ·
1 Parent(s): 847451a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def predict_video(input_video):
64
  return output_video # Return the path to the output video
65
 
66
 
67
- REPO_ID = "ITI107-2024S2/4673483T"
68
  detection_model = load_model(REPO_ID)
69
 
70
 
 
64
  return output_video # Return the path to the output video
65
 
66
 
67
+ REPO_ID = "AI-Pagoda/4673483T"
68
  detection_model = load_model(REPO_ID)
69
 
70