holytinz278 commited on
Commit
1f32b41
·
verified ·
1 Parent(s): 2013491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
6
  """
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("WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B")
10
 
11
  CREATOR_NAME = "Ridimz" # Define your creator name here
12
 
 
6
  """
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("WhiteRabbitNeo/WhiteRabbitNeo-13B-v1")
10
 
11
  CREATOR_NAME = "Ridimz" # Define your creator name here
12