kfahn commited on
Commit
784bf9c
·
verified ·
1 Parent(s): 5375f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("extended.json", "r") as file:
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