DrElaheJ commited on
Commit
9920ff7
·
verified ·
1 Parent(s): 2a20bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,7 +2,9 @@
2
  import gradio as gr
3
  import base64
4
  from huggingface_hub import InferenceClient
5
- client = InferenceClient('Qwen/Qwen2.5-VL-7B-Instruct')
 
 
6
 
7
 
8
  def imageDescription(image, prompt):
 
2
  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):