Macdensten91 commited on
Commit
b0842cc
·
verified ·
1 Parent(s): 2029abd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="HuggingFaceH4/zephyr-7b-beta" # Change to your model if needed
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.