offthewallace commited on
Commit
e654d05
·
1 Parent(s): bd41e59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ inputs = gr.inputs.Image(type='pil', label="Original Image")
35
  #outputs = gr.outputs.Image(type="pil", label="Output Image")
36
 
37
  title = "Object detection for signature detections in pdf file "
38
- description = "Drop a PDF, it will send report of which page has pdf."
39
 
40
 
41
  gr.Interface(detect, inputs=gr.File(label="PDF"), outputs="label", title=title, description=description,theme="huggingface").launch(debug=True)
 
35
  #outputs = gr.outputs.Image(type="pil", label="Output Image")
36
 
37
  title = "Object detection for signature detections in pdf file "
38
+ description = "Drop a PDF, it will report pages contain signatures."
39
 
40
 
41
  gr.Interface(detect, inputs=gr.File(label="PDF"), outputs="label", title=title, description=description,theme="huggingface").launch(debug=True)