Spaces:
Sleeping
Sleeping
visablity check
Browse files
app.py
CHANGED
@@ -581,7 +581,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
581 |
|
582 |
output_files = gr.File(label="π Download Processed Files", interactive=True, visible= False)
|
583 |
|
584 |
-
btn.click(process_resume, inputs=[api_key, job_url, company_name, resume_pdf], outputs=[output, output_files])
|
585 |
|
586 |
# Launch the UI
|
587 |
if __name__ == "__main__":
|
|
|
581 |
|
582 |
output_files = gr.File(label="π Download Processed Files", interactive=True, visible= False)
|
583 |
|
584 |
+
btn.click(process_resume, inputs=[api_key, job_url, company_name, resume_pdf,output_files], outputs=[output, output_files])
|
585 |
|
586 |
# Launch the UI
|
587 |
if __name__ == "__main__":
|