YaserDS-777 commited on
Commit
63f9c9d
·
verified ·
1 Parent(s): 1f2af73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import os
5
 
6
  TOKEN = os.getenv("HUGGINGFACE_API_TOKEN_V")
7
- print('----------------',api_token,'-----------------')
8
  # Check if the API token is set
9
  if not api_token:
10
  raise ValueError("API token is not set. Please set the HUGGINGFACE_API_TOKEN environment variable.")
 
4
  import os
5
 
6
  TOKEN = os.getenv("HUGGINGFACE_API_TOKEN_V")
7
+ print('----------------',TOKEN,'-----------------')
8
  # Check if the API token is set
9
  if not api_token:
10
  raise ValueError("API token is not set. Please set the HUGGINGFACE_API_TOKEN environment variable.")