TH9817 commited on
Commit
3ec1f20
1 Parent(s): 1bfd705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def read_video_pyav(container, indices):
44
  def chat(token):
45
  # Download video from the hub
46
  #video_path_1 = hf_hub_download(repo_id="raushan-testing-hf/videos-test", filename="sample_demo_1.mp4", repo_type="dataset")
47
- video_path="/sample1-Scene-001.mp4"
48
  #video_path_2 = hf_hub_download(repo_id="raushan-testing-hf/videos-test", filename="karate.mp4", repo_type="dataset")
49
 
50
  container = av.open(video_path)
 
44
  def chat(token):
45
  # Download video from the hub
46
  #video_path_1 = hf_hub_download(repo_id="raushan-testing-hf/videos-test", filename="sample_demo_1.mp4", repo_type="dataset")
47
+ video_path="./sample1-Scene-001.mp4"
48
  #video_path_2 = hf_hub_download(repo_id="raushan-testing-hf/videos-test", filename="karate.mp4", repo_type="dataset")
49
 
50
  container = av.open(video_path)