PeterPinetree commited on
Commit
1ea9c82
·
verified ·
1 Parent(s): 38f1c03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ logging.basicConfig(
12
  logging.debug(f"Using huggingface_hub version: {hf_version}")
13
 
14
  # Get token from environment variable
15
- hf_token = os.environ.get("HF_TOKEN")
16
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=hf_token)
17
 
18
  TOPIC_EXAMPLES = {
 
12
  logging.debug(f"Using huggingface_hub version: {hf_version}")
13
 
14
  # Get token from environment variable
15
+ hf_token = os.environ.get("JOJO_ZEPHYR_TOKEN")
16
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=hf_token)
17
 
18
  TOPIC_EXAMPLES = {