nam194 commited on
Commit
5d0c783
1 Parent(s): 012faab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
  text_button = gr.Button("Predict")
75
  with gr.Tab("Extract infomation from resume"):
76
  # with gr.Row():
77
- file_input = gr.inputs.File(label="Upload pdf", file_types=[".pdf"])
78
  image_output = gr.Image(type="numpy", label="Image of the first page")
79
  image_button = gr.Button("Predict")
80
 
 
74
  text_button = gr.Button("Predict")
75
  with gr.Tab("Extract infomation from resume"):
76
  # with gr.Row():
77
+ file_input = gr.File(label="Upload pdf", file_types=[".pdf"])
78
  image_output = gr.Image(type="numpy", label="Image of the first page")
79
  image_button = gr.Button("Predict")
80