Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks() as demo:
|
|
203 |
result_output = gr.File(label="Download Sliced Audio Zip")
|
204 |
with gr.Row():
|
205 |
run_button = gr.Button("Download and Slice Audio")
|
206 |
-
run_button.click(fn=process_audio, inputs=[url_input, audio_name_input
|
207 |
|
208 |
|
209 |
push_hub.click(fn=process_audio, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|
|
|
203 |
result_output = gr.File(label="Download Sliced Audio Zip")
|
204 |
with gr.Row():
|
205 |
run_button = gr.Button("Download and Slice Audio")
|
206 |
+
run_button.click(fn=process_audio, inputs=[url_input, audio_name_input], outputs=[result_output])
|
207 |
|
208 |
|
209 |
push_hub.click(fn=process_audio, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|