Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ class BasicAgent:
|
|
149 |
|
150 |
|
151 |
def create_mock_questions():
|
152 |
-
with open("
|
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 |
|