Shura89 commited on
Commit
3c30e0a
·
verified ·
1 Parent(s): 407e221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipeline = pipeline(task="image-classification", model="unsloth/llava-1.5-7b-hf")
5
 
6
  def predict(image):
7
  predictions = pipeline(image)
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipeline = pipeline(task="image-classification", model="unsloth/Llama-3.2-11B-Vision-Instruct-unsloth-bnb-4bit")
5
 
6
  def predict(image):
7
  predictions = pipeline(image)