Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pointing to production repo
Browse files
app.py
CHANGED
@@ -291,7 +291,7 @@ def process_video(video_id: str):
|
|
291 |
metadata = load_metadata(video_id)
|
292 |
|
293 |
# Always use the test URL instead of the actual video file
|
294 |
-
video_url = f"https://huggingface.co/spaces/
|
295 |
|
296 |
# Create HTML for video player
|
297 |
video_html = f"""
|
|
|
291 |
metadata = load_metadata(video_id)
|
292 |
|
293 |
# Always use the test URL instead of the actual video file
|
294 |
+
video_url = f"https://huggingface.co/spaces/HuggingFaceFV/FineVideo-Explorer/resolve/main/video/{video_id}.mp4"
|
295 |
|
296 |
# Create HTML for video player
|
297 |
video_html = f"""
|