Update app.py
Browse files
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(
|
46 |
-
gr.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",
|