Dhruv-Ty commited on
Commit
6fd4eef
Β·
verified Β·
1 Parent(s): c29759d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def initialize_agent(
35
  model_dir="./model-weights",
36
  temp_dir="temp",
37
  device="cuda",
38
- model="google/gemini-2.5-pro-exp-03-25:free",
39
  temperature=0.7,
40
  top_p=0.95
41
  ):
 
35
  model_dir="./model-weights",
36
  temp_dir="temp",
37
  device="cuda",
38
+ model="qwen/qwen2.5-vl-3b-instruct:free",
39
  temperature=0.7,
40
  top_p=0.95
41
  ):