Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
b96e1f5
1
Parent(s):
4dd3fcf
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
230 |
pdf_button = gr.Button("Process PDF")
|
231 |
pdf_button.click(
|
232 |
process_pdf,
|
233 |
-
inputs=[pdf_input
|
234 |
outputs=pdf_output
|
235 |
)
|
236 |
|
|
|
230 |
pdf_button = gr.Button("Process PDF")
|
231 |
pdf_button.click(
|
232 |
process_pdf,
|
233 |
+
inputs=[pdf_input], # Pass both PDF and client name is not required
|
234 |
outputs=pdf_output
|
235 |
)
|
236 |
|