gokilashree commited on
Commit
86c20bd
·
verified ·
1 Parent(s): b0fca95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  import os
8
 
9
  # Load the Hugging Face API key from environment variables
10
- hf_api_key = os.getenv("full_token")
11
  if hf_api_key is None:
12
  raise ValueError("Hugging Face API key not found! Please set the 'full_token' environment variable.")
13
 
 
7
  import os
8
 
9
  # Load the Hugging Face API key from environment variables
10
+ hf_api_key = os.getenv("multimodel_token")
11
  if hf_api_key is None:
12
  raise ValueError("Hugging Face API key not found! Please set the 'full_token' environment variable.")
13