raygiles3 commited on
Commit
7a827c3
1 Parent(s): 255c853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import os
2
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
 
3
 
4
 
5
  # Retrieve the token from the environment variable
 
1
  import os
2
  from transformers import AutoModelForCausalLM, AutoTokenizer
3
+ from huggingface_hub import login
4
+ import os
5
 
6
 
7
  # Retrieve the token from the environment variable