Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import subprocess
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
|
8 |
REPO_URL = "https://github.com/facebookresearch/videoseal.git"
|
9 |
-
REPO_BRANCH = '
|
10 |
LOCAL_PATH = "./videoseal"
|
11 |
|
12 |
def install_src():
|
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
|
8 |
REPO_URL = "https://github.com/facebookresearch/videoseal.git"
|
9 |
+
REPO_BRANCH = '3493bd3c39679e6264b4c09dd427ae024246d6b5'
|
10 |
LOCAL_PATH = "./videoseal"
|
11 |
|
12 |
def install_src():
|