Spaces:
Runtime error
Runtime error
Commit ·
c21a3cd
1
Parent(s): b3e79f1
Update app.py
Browse files
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
|
| 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)
|