Wedyan2023 commited on
Commit
d87e84c
·
verified ·
1 Parent(s): 044df8b

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="meta-llama/Meta-Llama-3-8B-Instruct")
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipeline = pipeline(task="image-classification", model="meta-llama/Llama-3.2-11B-Vision-Instruct")
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)