Dhruv-Ty commited on
Commit
67192a5
·
verified ·
1 Parent(s): d3ab513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ if __name__ == "__main__":
113
  model_dir="./model-weights",
114
  temp_dir="temp",
115
  device="cuda",
116
- model="google/gemini-2.5-pro-exp-03-25:free",
117
  temperature=0.7,
118
  top_p=0.95
119
  )
 
113
  model_dir="./model-weights",
114
  temp_dir="temp",
115
  device="cuda",
116
+ model="qwen/qwen2.5-vl-3b-instruct:free",
117
  temperature=0.7,
118
  top_p=0.95
119
  )