Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks() as demo:
|
|
209 |
with gr.Row():
|
210 |
result_output = gr.File(label="Download Sliced Audio Zip")
|
211 |
with gr.Row():
|
212 |
-
run_button = gr.Button("
|
213 |
run_button.click(fn=process_audio, inputs=[url_input, audio_name_input], outputs=[result_output])
|
214 |
push_hub.click(fn=push_to_hub, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|
215 |
with gr.TabItem("note"):
|
|
|
209 |
with gr.Row():
|
210 |
result_output = gr.File(label="Download Sliced Audio Zip")
|
211 |
with gr.Row():
|
212 |
+
run_button = gr.Button("Slice 👾 Audio")
|
213 |
run_button.click(fn=process_audio, inputs=[url_input, audio_name_input], outputs=[result_output])
|
214 |
push_hub.click(fn=push_to_hub, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|
215 |
with gr.TabItem("note"):
|