Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
client = InferenceClient(
|
| 6 |
-
model="
|
| 7 |
token=os.environ.get("Rejected_tk") # Uses the Space's built-in HF token automatically
|
| 8 |
)
|
| 9 |
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
client = InferenceClient(
|
| 6 |
+
model="mistralai/Mistral-7B-Instruct-v0.3",
|
| 7 |
token=os.environ.get("Rejected_tk") # Uses the Space's built-in HF token automatically
|
| 8 |
)
|
| 9 |
|