Spaces:
Runtime error
Runtime error
alitavanaali
commited on
Commit
•
55f2906
1
Parent(s):
295bc16
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,6 @@ description = "Music Information Extraction - We used Microsoft’s LayoutLMv3 t
|
|
382 |
css = """.output_image, .input_image {height: 600px !important}"""
|
383 |
examples = [['b2_ex1.pdf'], ['b2_ex2.pdf'], ['test1.jpg'], ['doc2.pdf'], ['doc1.pdf']]
|
384 |
|
385 |
-
|
386 |
iface = gr.Interface(fn=completepreprocess,
|
387 |
#inputs=gr.inputs.Image(type="pil",optional=True,label="upload file"),
|
388 |
inputs=gr.File(label="PDF"),
|
|
|
382 |
css = """.output_image, .input_image {height: 600px !important}"""
|
383 |
examples = [['b2_ex1.pdf'], ['b2_ex2.pdf'], ['test1.jpg'], ['doc2.pdf'], ['doc1.pdf']]
|
384 |
|
|
|
385 |
iface = gr.Interface(fn=completepreprocess,
|
386 |
#inputs=gr.inputs.Image(type="pil",optional=True,label="upload file"),
|
387 |
inputs=gr.File(label="PDF"),
|