ClaireOzzz commited on
Commit
62f39dc
1 Parent(s): 4747ca5

Update sdxl/app_inference.py

Browse files
Files changed (1) hide show
  1. sdxl/app_inference.py +1 -1
sdxl/app_inference.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
 
8
  is_shared_ui = False
9
 
10
- hf_token = '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'
11
  login(token=hf_token)
12
 
13
  fs = HfFileSystem(token=hf_token)
 
7
 
8
  is_shared_ui = False
9
 
10
+ hf_token = 'HF TOKEN'
11
  login(token=hf_token)
12
 
13
  fs = HfFileSystem(token=hf_token)