update model path
Browse files
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
|