Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def initialize_agent(
|
|
35 |
model_dir="./model-weights",
|
36 |
temp_dir="temp",
|
37 |
device="cuda",
|
38 |
-
model="
|
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 |
):
|