Spaces:
Running
Running
Commit
·
4529f6c
1
Parent(s):
55941b2
Update app.py
Browse files
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)
|