Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from huggingface_hub import HfApi
|
|
7 |
from huggingface_hub.utils import HfHubHTTPError
|
8 |
import time
|
9 |
import hashlib
|
|
|
10 |
|
11 |
def extract_full_paper_with_labels(pdf_path, progress=None):
|
12 |
print(f"📄 Starting PDF Processing: {os.path.basename(pdf_path)}")
|
|
|
7 |
from huggingface_hub.utils import HfHubHTTPError
|
8 |
import time
|
9 |
import hashlib
|
10 |
+
import requests
|
11 |
|
12 |
def extract_full_paper_with_labels(pdf_path, progress=None):
|
13 |
print(f"📄 Starting PDF Processing: {os.path.basename(pdf_path)}")
|