davidmezzetti commited on
Commit
4529f6c
1 Parent(s): 55941b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -86,4 +86,7 @@ if __name__ == "__main__":
86
  f = tarfile.open(fileobj=response.raw, mode="r|gz")
87
  f.extractall(path="/tmp")
88
 
 
 
 
89
  app(images)
 
86
  f = tarfile.open(fileobj=response.raw, mode="r|gz")
87
  f.extractall(path="/tmp")
88
 
89
+ import glob
90
+ print(glob.glob("/tmp/txtai/*"))
91
+
92
  app(images)