afondiel commited on
Commit
60a326d
1 Parent(s): 20f44f5

update model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ warnings.filterwarnings("ignore", category=UserWarning, message=".*?Your .*? set
19
 
20
 
21
  # private repo
22
- token = colorizer
23
  snapshot_folder = snapshot_download(repo_id="afondiel/image-colorizer-deoldify", token=token)
24
 
25
  # Set the device to use for computation
 
19
 
20
 
21
  # private repo
22
+ token = "colorizer"
23
  snapshot_folder = snapshot_download(repo_id="afondiel/image-colorizer-deoldify", token=token)
24
 
25
  # Set the device to use for computation