Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
40 |
|
41 |
|
42 |
def load_image_sources():
|
43 |
-
with open("
|
44 |
# with open("image_sources.json", "r") as file:
|
45 |
return json.load(file)
|
46 |
|
|
|
40 |
|
41 |
|
42 |
def load_image_sources():
|
43 |
+
with open("expanded.json", "r") as file:
|
44 |
# with open("image_sources.json", "r") as file:
|
45 |
return json.load(file)
|
46 |
|