mfarre HF staff commited on
Commit
1f51d82
1 Parent(s): 853d841

pointing to production repo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/finevideo/viztest/resolve/main/video/{video_id}.mp4"
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"""