p2
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
app.py
CHANGED
@@ -156,6 +156,6 @@ if __name__ == "__main__":
|
|
156 |
)
|
157 |
|
158 |
convert_button.click(
|
159 |
-
fn=convert_PDF, inputs=[
|
160 |
)
|
161 |
demo.launch(enable_queue=True)
|
|
|
156 |
)
|
157 |
|
158 |
convert_button.click(
|
159 |
+
fn=convert_PDF, inputs=[uploaded_file], outputs=[OCR_text, out_placeholder]
|
160 |
)
|
161 |
demo.launch(enable_queue=True)
|