Spaces:
Runtime error
Runtime error
marcelomoreno26
commited on
Commit
•
cd28c0f
1
Parent(s):
d64e173
Update preprocessor.py
Browse files- preprocessor.py +0 -1
preprocessor.py
CHANGED
@@ -6,7 +6,6 @@ from io import BytesIO
|
|
6 |
|
7 |
def detect_file_type(file_path):
|
8 |
type = file_path[-3:]
|
9 |
-
print(type)
|
10 |
if type in ["txt","zip"]:
|
11 |
return type
|
12 |
else:
|
|
|
6 |
|
7 |
def detect_file_type(file_path):
|
8 |
type = file_path[-3:]
|
|
|
9 |
if type in ["txt","zip"]:
|
10 |
return type
|
11 |
else:
|