Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
import subprocess
|
| 5 |
import tempfile
|
| 6 |
from pathlib import Path
|
| 7 |
-
from typing import List
|
| 8 |
|
| 9 |
# Document Converter Class
|
| 10 |
class DocumentConverter:
|
|
|
|
| 4 |
import subprocess
|
| 5 |
import tempfile
|
| 6 |
from pathlib import Path
|
| 7 |
+
from typing import Tuple, List # Added Tuple import here
|
| 8 |
|
| 9 |
# Document Converter Class
|
| 10 |
class DocumentConverter:
|