GattoNero commited on
Commit
b19d5a6
·
verified ·
1 Parent(s): 946116f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class BasicAgent:
149
 
150
 
151
  def create_mock_questions():
152
- with open("/data/A_photograph_captures_a_domestic_kitchen_scene_dur.png", "rb") as img_file:
153
  img_bytes = img_file.read()
154
  img_base64 = base64.b64encode(img_bytes).decode("utf-8")
155
 
 
149
 
150
 
151
  def create_mock_questions():
152
+ with open("data/A_photograph_captures_a_domestic_kitchen_scene_dur.png", "rb") as img_file:
153
  img_bytes = img_file.read()
154
  img_base64 = base64.b64encode(img_bytes).decode("utf-8")
155