Woziii commited on
Commit
ea35578
1 Parent(s): 6696db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ import matplotlib.pyplot as plt
6
  import numpy as np
7
 
8
  # Login to Hugging Face with token
9
- HF_TOKEN = "hf_token" # Remplacer par ton token Hugging Face
10
- login(HF_TOKEN)
11
 
12
  # Liste des modèles
13
  model_list = [
 
6
  import numpy as np
7
 
8
  # Login to Hugging Face with token
9
+ login(token=os.environ["HF_TOKEN"])
 
10
 
11
  # Liste des modèles
12
  model_list = [