mrs83 commited on
Commit
ff82397
·
verified ·
1 Parent(s): de7386b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
7
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
9
  client = InferenceClient(
10
- "ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct",
11
  api_key=os.environ.get("HF_TOKEN", "") # Read-only inference token (secret)
12
  )
13
 
 
7
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
9
  client = InferenceClient(
10
+ "ethicalabs/Kurtis-E1.1-Qwen2.5-3B-Instruct",
11
  api_key=os.environ.get("HF_TOKEN", "") # Read-only inference token (secret)
12
  )
13