BenjaminKaindu0506 commited on
Commit
dcedcc3
·
verified ·
1 Parent(s): 364c958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ class BasicAgent:
113
  image_bytes = f.read()
114
  image_b64 = base64.b64encode(image_bytes).decode("utf-8")
115
 
116
- result = client.chat_completion(
117
  model="Qwen/Qwen2.5-VL-72B-Instruct",
118
  messages=[
119
  {
 
113
  image_bytes = f.read()
114
  image_b64 = base64.b64encode(image_bytes).decode("utf-8")
115
 
116
+ result = client.chat_completion(
117
  model="Qwen/Qwen2.5-VL-72B-Instruct",
118
  messages=[
119
  {