Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,8 +44,8 @@ def main(files):
|
|
| 44 |
|
| 45 |
iface = gr.Interface(
|
| 46 |
fn=main,
|
| 47 |
-
inputs=gr.
|
| 48 |
-
outputs=gr.
|
| 49 |
title="File Merger to PDF",
|
| 50 |
description="Upload Word, Excel, Image or PDF files to merge them into a single PDF."
|
| 51 |
)
|
|
|
|
| 44 |
|
| 45 |
iface = gr.Interface(
|
| 46 |
fn=main,
|
| 47 |
+
inputs=gr.File(file_count="multiple"),
|
| 48 |
+
outputs=gr.File(),
|
| 49 |
title="File Merger to PDF",
|
| 50 |
description="Upload Word, Excel, Image or PDF files to merge them into a single PDF."
|
| 51 |
)
|