Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
benjolo
/
InterpreTalk
like
3
Paused
App
Files
Files
Community
2
benjolo
commited on
Apr 11
Commit
b28ceba
•
1 Parent(s):
fdffb83
Delete test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-6
test.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import os
2
-
3
-
def absoluteFilePaths(directory):
4
-
for dirpath,_,filenames in os.walk(directory):
5
-
for f in filenames:
6
-
yield os.path.abspath(os.path.join(dirpath, f))