Spaces:
Runtime error
Runtime error
SpaceGhost
commited on
Update app.py
Browse files
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("
|
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(
|