Spaces:
Running
Running
manual_text -> manual_input typo düzeltildi
Browse files
ui.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
|
|
62 |
|
63 |
submit_btn.click(
|
64 |
fn=process_input,
|
65 |
-
inputs=[pdf_input, image_input,
|
66 |
outputs=[text_output, summary_output, summary_file]
|
67 |
)
|
68 |
copy_btn.click(
|
|
|
62 |
|
63 |
submit_btn.click(
|
64 |
fn=process_input,
|
65 |
+
inputs=[pdf_input, image_input, manual_input, mode_selector, model_selector],
|
66 |
outputs=[text_output, summary_output, summary_file]
|
67 |
)
|
68 |
copy_btn.click(
|