gabar92 commited on
Commit
55a93fe
·
1 Parent(s): 698149b
Files changed (1) hide show
  1. app.py +1 -1
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=hf_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