SpaceGhost commited on
Commit
66357bc
·
verified ·
1 Parent(s): 5df836a

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
  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
7
  """
8
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
- client = InferenceClient("SpaceGhost/SpaceGhost-llama3.2-3b")
10
 
11
 
12
  def respond(
 
6
  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
7
  """
8
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
+ client = InferenceClient("unsloth/Llama-3.2-11B-Vision-Instruct")
10
 
11
 
12
  def respond(