ashutoshzade commited on
Commit
7e75c64
·
verified ·
1 Parent(s): 6c2ed9b

renamed to HF_TOKEN

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ lock_expires_at = None
26
 
27
  client = InferenceClient(
28
  base_url="https://router.huggingface.co/v1",
29
- token=os.getenv("HUGGINGFACE_API_TOKEN")
30
  )
31
 
32
  def seat_label(row, seat):
 
26
 
27
  client = InferenceClient(
28
  base_url="https://router.huggingface.co/v1",
29
+ token=os.getenv("HF_TOKEN")
30
  )
31
 
32
  def seat_label(row, seat):