broadfield-dev commited on
Commit
c507670
·
verified ·
1 Parent(s): d815215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -318,10 +318,6 @@ iface = gr.Interface(
318
  title="PDF to Markdown Converter",
319
  description="Convert a PDF (uploaded file or URL) to Markdown. Extracts text, tables, and images. Images are uploaded to a Hugging Face dataset. Requires HF_TOKEN in Spaces Secrets for image functionality.",
320
  allow_flagging="never",
321
- examples=[
322
- [None, "https.arxiv.org/pdf/1706.03762.pdf"], # Attention is All You Need
323
- [None, "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"] # A simple dummy PDF
324
- ]
325
  )
326
 
327
  if __name__ == "__main__":
 
318
  title="PDF to Markdown Converter",
319
  description="Convert a PDF (uploaded file or URL) to Markdown. Extracts text, tables, and images. Images are uploaded to a Hugging Face dataset. Requires HF_TOKEN in Spaces Secrets for image functionality.",
320
  allow_flagging="never",
 
 
 
 
321
  )
322
 
323
  if __name__ == "__main__":