davanstrien HF staff commited on
Commit
2c68a9b
1 Parent(s): da2cb89
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ def process_pdfs(pdf_files, sample_size, hf_repo, oauth_token: gr.OAuthToken | N
60
  images, message = pdf_to_images(pdf_files, sample_size, images_dir)
61
 
62
  if hf_repo:
 
63
  try:
64
  create_repo(
65
  hf_repo,
 
60
  images, message = pdf_to_images(pdf_files, sample_size, images_dir)
61
 
62
  if hf_repo:
63
+ print(oauth_token.token)
64
  try:
65
  create_repo(
66
  hf_repo,