Jobey1 commited on
Commit
9d4e756
·
verified ·
1 Parent(s): e263e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)}")