GabrielSalem commited on
Commit
8c99131
·
verified ·
1 Parent(s): c57a4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ app.config["UPLOAD_FOLDER"] = UPLOAD_FOLDER
15
  ALLOWED_EXTENSIONS = {"txt", "csv", "json", "pdf", "docx"}
16
 
17
  # Retrieve Hugging Face API key securely from environment variables
18
- api_key = os.getenv("HF_API_KEY")
19
  if not api_key:
20
  raise ValueError("Hugging Face API key not found. Set 'HF_API_KEY' in your Space secrets.")
21
 
 
15
  ALLOWED_EXTENSIONS = {"txt", "csv", "json", "pdf", "docx"}
16
 
17
  # Retrieve Hugging Face API key securely from environment variables
18
+ api_key = os.getenv("APIHUGGING")
19
  if not api_key:
20
  raise ValueError("Hugging Face API key not found. Set 'HF_API_KEY' in your Space secrets.")
21