Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def main(url, clip_type, parameters, progress=gr.Progress()):
|
|
| 116 |
input_video={"video":handle_file(video)},
|
| 117 |
color=color,
|
| 118 |
font=font,
|
| 119 |
-
|
| 120 |
api_name="/video_edit"
|
| 121 |
)
|
| 122 |
client.close()
|
|
|
|
| 116 |
input_video={"video":handle_file(video)},
|
| 117 |
color=color,
|
| 118 |
font=font,
|
| 119 |
+
input_audio=mp3_file,
|
| 120 |
api_name="/video_edit"
|
| 121 |
)
|
| 122 |
client.close()
|