Spaces:
Sleeping
Sleeping
Commit
·
1b020f6
1
Parent(s):
98faae5
first commit
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def upload_files(
|
|
50 |
try:
|
51 |
pdfs_path_with_description = [{"pdf_path":pdf_path,"job_des":job_description} for pdf_path in pdfs_paths]
|
52 |
|
53 |
-
from
|
54 |
# short_listed_files_paths = asyncio.run(compression(pdfs_path_with_description,percentage))
|
55 |
short_listed_files_paths = compression(pdfs_path_with_description,percentage)
|
56 |
|
|
|
50 |
try:
|
51 |
pdfs_path_with_description = [{"pdf_path":pdf_path,"job_des":job_description} for pdf_path in pdfs_paths]
|
52 |
|
53 |
+
from main import compression
|
54 |
# short_listed_files_paths = asyncio.run(compression(pdfs_path_with_description,percentage))
|
55 |
short_listed_files_paths = compression(pdfs_path_with_description,percentage)
|
56 |
|