xiaoyao9184 commited on
Commit
6b30f1a
·
verified ·
1 Parent(s): 97f5f6f

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '3de6b246bd160240c0b45790bb9b3a797eb7583a'
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():