Update app.py
Browse files
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=
|
| 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.
|