Ram-1103 commited on
Commit
fd3440b
·
verified ·
1 Parent(s): cfc10b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
 
4
  client = InferenceClient(
5
  model="Qwen/Qwen2.5-3B-Instruct",
6
- token=None # Uses the Space's built-in HF token automatically
7
  )
8
 
9
  SYSTEM_PROMPT = """You are a brutally honest but helpful senior hiring manager with 15 years of experience.
 
3
 
4
  client = InferenceClient(
5
  model="Qwen/Qwen2.5-3B-Instruct",
6
+ token=os.environ.get("Rejected_tk") # Uses the Space's built-in HF token automatically
7
  )
8
 
9
  SYSTEM_PROMPT = """You are a brutally honest but helpful senior hiring manager with 15 years of experience.