nam194 commited on
Commit
ebfa8f4
1 Parent(s): 79a32e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
  text_button = gr.Button("Predict")
70
  with gr.Tab("Extract infomation from resume"):
71
  with gr.Row():
72
- image_input = gr.File(type="pdf")
73
  image_output = gr.Image()
74
  image_button = gr.Button("Predict")
75
 
 
69
  text_button = gr.Button("Predict")
70
  with gr.Tab("Extract infomation from resume"):
71
  with gr.Row():
72
+ image_input = gr.Image()
73
  image_output = gr.Image()
74
  image_button = gr.Button("Predict")
75