kgauvin603 commited on
Commit
702bcc4
·
verified ·
1 Parent(s): 0670587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as app:
66
  uploader = gr.UploadButton(
67
  label="Upload handwritten note images",
68
  file_types=[".jpg", ".jpeg", ".png"],
69
- file_types_multiple=True
70
  )
71
  output_box = gr.Textbox(label="Transcribed Output", lines=30)
72
 
 
66
  uploader = gr.UploadButton(
67
  label="Upload handwritten note images",
68
  file_types=[".jpg", ".jpeg", ".png"],
69
+ multifile=True
70
  )
71
  output_box = gr.Textbox(label="Transcribed Output", lines=30)
72