george021219 commited on
Commit
2ebf3c4
·
verified ·
1 Parent(s): 86a8185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def main(files):
44
 
45
  iface = gr.Interface(
46
  fn=main,
47
- inputs=gr.inputs.File(file_count="multiple"),
48
- outputs=gr.outputs.File(),
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
  )