prithivMLmods commited on
Commit
84c8615
·
verified ·
1 Parent(s): 596439f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ processor_j = AutoProcessor.from_pretrained(
97
  MODEL_ID_J,
98
  trust_remote_code=True
99
  )
100
- model_j = Qwen2_5_VLForConditionalGeneration.from_pretrainedd(
101
  MODEL_ID_J,
102
  trust_remote_code=True,
103
  torch_dtype=torch.float16
 
97
  MODEL_ID_J,
98
  trust_remote_code=True
99
  )
100
+ model_j = Qwen2_5_VLForConditionalGeneration.from_pretrained(
101
  MODEL_ID_J,
102
  trust_remote_code=True,
103
  torch_dtype=torch.float16