khoatran94 commited on
Commit
0dc803c
·
1 Parent(s): 82698c6

test cv extraction

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -108,10 +108,10 @@ def LLM_Inference(cv_text):
108
  pdf_interface = gr.Interface(
109
  fn=read_pdf,
110
  inputs=gr.File(label="Upload a PDF file"),
111
- outputs=[
112
- gr.Textbox(label="PDF Content"), # Display PDF content
113
  gr.State(), # Store PDF content in a shared state
114
- ],
115
  title="PDF Processor",
116
  description="Upload a PDF file and extract its content."
117
  )
 
108
  pdf_interface = gr.Interface(
109
  fn=read_pdf,
110
  inputs=gr.File(label="Upload a PDF file"),
111
+ outputs=#[
112
+ #gr.Textbox(label="PDF Content"), # Display PDF content
113
  gr.State(), # Store PDF content in a shared state
114
+ #],
115
  title="PDF Processor",
116
  description="Upload a PDF file and extract its content."
117
  )