offthewallace commited on
Commit
c21a3cd
·
1 Parent(s): b3e79f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ inputs = gr.inputs.Image(type='pil', label="Original Image")
32
  #outputs = gr.outputs.Image(type="pil", label="Output Image")
33
 
34
  title = "Object detection for signature detections in pdf file "
35
- description = "Drop a PDF (WARNING: only the first page will be converted into an image)."
36
 
37
 
38
  gr.Interface(detect, inputs=gr.File(label="PDF"), outputs="label", title=title, description=description,theme="huggingface").launch(debug=True)
 
32
  #outputs = gr.outputs.Image(type="pil", label="Output Image")
33
 
34
  title = "Object detection for signature detections in pdf file "
35
+ description = "Drop a PDF, it will send report of which page has pdf."
36
 
37
 
38
  gr.Interface(detect, inputs=gr.File(label="PDF"), outputs="label", title=title, description=description,theme="huggingface").launch(debug=True)