kengui commited on
Commit
b73835a
·
verified ·
1 Parent(s): 5cfb13e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def process_pdf(pdf_file):
54
 
55
  return summary, image
56
 
57
- pdf_input = gr.inputs.File(label="Upload PDF Resume")
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