Mrlongpro commited on
Commit
d046891
1 Parent(s): fdca11e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def run_scripts(target, source):
42
  iface = gr.Interface(
43
  fn=run_scripts,
44
  inputs=[
45
- gr.Files(type="file", label="Target Files", multiple=True),
46
- gr.File(type="file", label="Source File")
47
  ],
48
  outputs=gr.Files(label="Output Files"),
49
  title="Swapper",
 
42
  iface = gr.Interface(
43
  fn=run_scripts,
44
  inputs=[
45
+ gr.Files( label="Target Files", multiple=True),
46
+ gr.File( label="Source File")
47
  ],
48
  outputs=gr.Files(label="Output Files"),
49
  title="Swapper",