dioarafl commited on
Commit
a37c522
1 Parent(s): 2ee9b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
8
 
9
  if huggingface_token is None:
10
- print("Token Hugging Face tidak ditemukan. Pastikan Anda telah menetapkan variabel lingkungan HUGGINGFACE_TOKEN.")
11
  exit()
12
 
13
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B", token=huggingface_token)
 
7
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
8
 
9
  if huggingface_token is None:
10
+ print("Token HUGGINGFACE_TOKEN.")
11
  exit()
12
 
13
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B", token=huggingface_token)