aneesarom commited on
Commit
f50c34a
·
verified ·
1 Parent(s): c0577e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ demo = gr.Interface(
59
  placeholder="Enter a direct PDF URL (e.g., GitHub raw link)"
60
  ),
61
  outputs=gr.JSON(label="Extracted Text"),
62
- title="PDF URL Text Extractor",
63
  description=(
64
  "Provide a URL that directly points to a PDF file (from any server). "
65
  "The server fetches the PDF and extracts the text content, returning it in JSON format."
 
59
  placeholder="Enter a direct PDF URL (e.g., GitHub raw link)"
60
  ),
61
  outputs=gr.JSON(label="Extracted Text"),
62
+ title="PDF Text Extractor From Url",
63
  description=(
64
  "Provide a URL that directly points to a PDF file (from any server). "
65
  "The server fetches the PDF and extracts the text content, returning it in JSON format."