Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,8 @@ import gradio as gr
|
|
3 |
import base64
|
4 |
from huggingface_hub import InferenceClient
|
5 |
#client = InferenceClient('Qwen/Qwen2.5-VL-7B-Instruct')
|
6 |
-
client = InferenceClient("mistralai/Pixtral-12B-Base-2409")
|
7 |
-
|
8 |
-
|
9 |
|
10 |
def imageDescription(image, prompt):
|
11 |
image_path="image.png"
|
|
|
3 |
import base64
|
4 |
from huggingface_hub import InferenceClient
|
5 |
#client = InferenceClient('Qwen/Qwen2.5-VL-7B-Instruct')
|
6 |
+
#client = InferenceClient("mistralai/Pixtral-12B-Base-2409")
|
7 |
+
client = InferenceClient('meta-llama/Llama-3.2-11B-Vision-Instruct')
|
|
|
8 |
|
9 |
def imageDescription(image, prompt):
|
10 |
image_path="image.png"
|