Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import InferenceClient
|
|
11 |
# Retrieve the Hugging Face API token from the environment
|
12 |
# Initialize the InferenceClient (update the model as needed)
|
13 |
client = InferenceClient(
|
14 |
-
model="
|
15 |
)
|
16 |
|
17 |
# Optional: Enable scraping if your site is deployed.
|
|
|
11 |
# Retrieve the Hugging Face API token from the environment
|
12 |
# Initialize the InferenceClient (update the model as needed)
|
13 |
client = InferenceClient(
|
14 |
+
model="microsoft/Phi-4-mini-reasoning" # Change to your model if needed
|
15 |
)
|
16 |
|
17 |
# Optional: Enable scraping if your site is deployed.
|