manu commited on
Commit
c108d03
·
verified ·
1 Parent(s): e08ef2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -198,6 +198,7 @@ def get_pages(indices: List[int]) -> Dict[str, Any]:
198
  """
199
  global images
200
  print("indices to get", indices)
 
201
 
202
  if not images:
203
  return {"images": [], "count": 0}
 
198
  """
199
  global images
200
  print("indices to get", indices)
201
+ indices = exec(indices)
202
 
203
  if not images:
204
  return {"images": [], "count": 0}