nikravan commited on
Commit
64d8d14
Β·
verified Β·
1 Parent(s): edf37f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(
15
  """
16
  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
17
  """
18
- client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
19
 
20
  messages = [{"role": "system", "content": system_message}]
21
 
 
15
  """
16
  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
17
  """
18
+ client = InferenceClient(token=hf_token.token, model="sapientinc/HRM-Text-1B")
19
 
20
  messages = [{"role": "system", "content": system_message}]
21