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