DrElaheJ commited on
Commit
2536d01
·
verified ·
1 Parent(s): 9920ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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