Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def process_pdf(pdf_file):
|
|
54 |
|
55 |
return summary, image
|
56 |
|
57 |
-
pdf_input = gr.
|
58 |
summary_output = gr.outputs.Textbox(label="Resume Summary")
|
59 |
image_output = gr.outputs.Image(label="Generated Image")
|
60 |
|
|
|
54 |
|
55 |
return summary, image
|
56 |
|
57 |
+
pdf_input = gr.File(label="Upload PDF Resume")
|
58 |
summary_output = gr.outputs.Textbox(label="Resume Summary")
|
59 |
image_output = gr.outputs.Image(label="Generated Image")
|
60 |
|