emre commited on
Commit
ae5870d
·
1 Parent(s): c7777ed

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import login
7
 
8
  # Constants
9
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
10
- HF_TOKEN = os.environ.get("HF_TOKEN") # Hugging Face token'ı buraya veya environment variable olarak ekle") # Hugging Face token
11
 
12
  # Login if token is provided
13
  if HF_TOKEN:
 
7
 
8
  # Constants
9
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
10
+ HF_TOKEN = os.environ.get("HF_TOKEN", "") # Hugging Face token
11
 
12
  # Login if token is provided
13
  if HF_TOKEN: