akhaliq HF staff commited on
Commit
277a5df
1 Parent(s): 420497e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  import torch
3
  from torchvision.io import read_video, read_video_timestamps
4
 
1
  import os
2
+ os.system("pip install git+https://github.com/wilson1yan/VideoGPT.git")
3
  import torch
4
  from torchvision.io import read_video, read_video_timestamps
5