nateraw commited on
Commit
aebfe9a
·
1 Parent(s): 763dae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import torch
9
  import os
10
  from huggingface_hub import HfFolder
11
 
12
- HfFolder().set_token(os.environ['HF_TOKEN'])
13
 
14
 
15
  class ImageGenerationInterface:
 
9
  import os
10
  from huggingface_hub import HfFolder
11
 
12
+ HfFolder().save_token(os.environ['HF_TOKEN'])
13
 
14
 
15
  class ImageGenerationInterface: