bugfix
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def main():
|
|
107 |
image_path = hf_hub_download(
|
108 |
repo_id="gabar92/DIE",
|
109 |
filename=f"{args.example_image_path}/{image_filename}",
|
110 |
-
use_auth_token=
|
111 |
)
|
112 |
example_image_list.append([Image.open(image_path)])
|
113 |
|
|
|
107 |
image_path = hf_hub_download(
|
108 |
repo_id="gabar92/DIE",
|
109 |
filename=f"{args.example_image_path}/{image_filename}",
|
110 |
+
use_auth_token=die_token
|
111 |
)
|
112 |
example_image_list.append([Image.open(image_path)])
|
113 |
|