Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ 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 |
|
|
|
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 |
|