Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|