updated
Browse files
app.py
CHANGED
|
@@ -4,8 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
# --- IMPORTANT: UPDATE THIS URL ---
|
| 6 |
# After deploying your backend_app.py, paste its public URL here.
|
| 7 |
-
BACKEND_URL = "https://
|
| 8 |
-
|
| 9 |
def track_video_via_api(input_video_path):
|
| 10 |
if input_video_path is None:
|
| 11 |
return None, "Please upload a video first."
|
|
|
|
| 4 |
|
| 5 |
# --- IMPORTANT: UPDATE THIS URL ---
|
| 6 |
# After deploying your backend_app.py, paste its public URL here.
|
| 7 |
+
BACKEND_URL = "https://am-om-backend.hf.space/track/"
|
|
|
|
| 8 |
def track_video_via_api(input_video_path):
|
| 9 |
if input_video_path is None:
|
| 10 |
return None, "Please upload a video first."
|