Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -470,7 +470,7 @@ examples = [["image_0.png"]]
|
|
470 |
|
471 |
iface = gr.Interface(
|
472 |
fn=process_image,
|
473 |
-
inputs=[gr.Image(type="pil"), gr.File(label="PDF")]
|
474 |
outputs="text",
|
475 |
title=title,
|
476 |
description=description,
|
|
|
470 |
|
471 |
iface = gr.Interface(
|
472 |
fn=process_image,
|
473 |
+
inputs=[gr.Image(type="pil"), gr.File(label="PDF")],
|
474 |
outputs="text",
|
475 |
title=title,
|
476 |
description=description,
|