ZennethKenneth commited on
Commit
dae9913
·
verified ·
1 Parent(s): 454e380

correct autofill

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # Retrieve the Hugging Face API token from environment variables
7
  hf_token = os.getenv("HF_TOKEN")
8
 
9
- if not hf_token_token:
10
  raise ValueError("API token is not set. Please set the HF_TOKEN environment variable in Space Settings.")
11
 
12
  """
 
6
  # Retrieve the Hugging Face API token from environment variables
7
  hf_token = os.getenv("HF_TOKEN")
8
 
9
+ if not hf_token:
10
  raise ValueError("API token is not set. Please set the HF_TOKEN environment variable in Space Settings.")
11
 
12
  """