Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,9 +103,6 @@ def read_document(file, clean=True):
|
|
103 |
|
104 |
kind = filetype.guess(file_content)
|
105 |
|
106 |
-
if kind is None:
|
107 |
-
return "Cannot guess file type", 0 # Handle unknown file types
|
108 |
-
|
109 |
mime = kind.mime
|
110 |
|
111 |
if mime == "application/pdf":
|
|
|
103 |
|
104 |
kind = filetype.guess(file_content)
|
105 |
|
|
|
|
|
|
|
106 |
mime = kind.mime
|
107 |
|
108 |
if mime == "application/pdf":
|