Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ if __name__ == "__main__":
|
|
113 |
model_dir="./model-weights",
|
114 |
temp_dir="temp",
|
115 |
device="cuda",
|
116 |
-
model="
|
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 |
)
|