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