JoanaS commited on
Commit
2953c83
·
verified ·
1 Parent(s): 2574bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  def load_model(repo_id):
8
  # Download the snapshot
9
- download_dir = snapshot_download(repo_id, token=HT_Token)
10
  print(f"Downloaded snapshot directory: {download_dir}")
11
 
12
  # Check the contents of the directory
 
6
 
7
  def load_model(repo_id):
8
  # Download the snapshot
9
+ download_dir = snapshot_download(repo_id, token=HF_Token)
10
  print(f"Downloaded snapshot directory: {download_dir}")
11
 
12
  # Check the contents of the directory