wintergw commited on
Commit
9cb2651
·
verified ·
1 Parent(s): 5820f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -38,15 +38,15 @@ REPO_TYPE = "space"
38
  # download_private_assets(cache_dir)
39
 
40
  # Download the entire space (optional, if needed)
41
- repo_dir = snapshot_download(
42
- repo_id=REPO_ID,
43
- repo_type=REPO_TYPE,
44
- use_auth_token=True,
45
- cache_dir="private_space_cache"
46
- )
47
 
48
- # Add repo directory to sys.path so Python can find modules inside it
49
- sys.path.append(repo_dir)
50
 
51
 
52
 
 
38
  # download_private_assets(cache_dir)
39
 
40
  # Download the entire space (optional, if needed)
41
+ # repo_dir = snapshot_download(
42
+ # repo_id=REPO_ID,
43
+ # repo_type=REPO_TYPE,
44
+ # use_auth_token=True,
45
+ # cache_dir="private_space_cache"
46
+ # )
47
 
48
+ # # Add repo directory to sys.path so Python can find modules inside it
49
+ # sys.path.append(repo_dir)
50
 
51
 
52