Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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 = "
|
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 |
|