Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import spaces
6
 
7
  # Initialize model and processor
8
- ckpt = "unsloth/Llama-3.2-11B-Vision-Instruct"
9
  model = MllamaForConditionalGeneration.from_pretrained(
10
  ckpt,
11
  torch_dtype=torch.bfloat16
 
5
  import spaces
6
 
7
  # Initialize model and processor
8
+ ckpt = "unsloth/Llama-3.2-11B-Vision-Instruc"
9
  model = MllamaForConditionalGeneration.from_pretrained(
10
  ckpt,
11
  torch_dtype=torch.bfloat16