Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def process_document(image):
|
|
109 |
|
110 |
demo = gr.Interface(
|
111 |
fn=process_document,
|
112 |
-
inputs=gr.Image(type="
|
113 |
outputs="json",
|
114 |
title="PaySlip_Demo_Model",
|
115 |
# article=article,
|
|
|
109 |
|
110 |
demo = gr.Interface(
|
111 |
fn=process_document,
|
112 |
+
inputs=gr.Image(type="pil"),
|
113 |
outputs="json",
|
114 |
title="PaySlip_Demo_Model",
|
115 |
# article=article,
|