Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|