Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,9 @@ iface = gr.Interface(
|
|
24 |
gr.File(label="Upload Video"),
|
25 |
gr.Slider(minimum=2, maximum=10, value=2, label="Number of Parts")
|
26 |
],
|
27 |
-
outputs=gr.
|
28 |
title="Video Splitter",
|
29 |
description="Upload your video and select how many parts you want to split it into."
|
30 |
)
|
31 |
-
|
32 |
if __name__ == "__main__":
|
33 |
iface.launch()
|
|
|
24 |
gr.File(label="Upload Video"),
|
25 |
gr.Slider(minimum=2, maximum=10, value=2, label="Number of Parts")
|
26 |
],
|
27 |
+
outputs=gr.Files(label="Download Split Videos"),
|
28 |
title="Video Splitter",
|
29 |
description="Upload your video and select how many parts you want to split it into."
|
30 |
)
|
|
|
31 |
if __name__ == "__main__":
|
32 |
iface.launch()
|