Hev832 commited on
Commit
b60f5ac
·
verified ·
1 Parent(s): 3fbcd64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,8 +198,8 @@ with gr.Blocks() as demo:
198
  hf_token_input = gr.Textbox(label="Hugging Face Token")
199
  repo_id_input = gr.Textbox(label="Repository ID")
200
  push_hub = gr.Button("Hugging Face Upload")
201
- push_hub.click(fn=process_audio, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
202
  upload_output = gr.Textbox(label="Hugging Face Upload Status")
 
203
  with gr.Row():
204
  result_output = gr.File(label="Download Sliced Audio Zip")
205
  with gr.Row():
 
198
  hf_token_input = gr.Textbox(label="Hugging Face Token")
199
  repo_id_input = gr.Textbox(label="Repository ID")
200
  push_hub = gr.Button("Hugging Face Upload")
 
201
  upload_output = gr.Textbox(label="Hugging Face Upload Status")
202
+ push_hub.click(fn=process_audio, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
203
  with gr.Row():
204
  result_output = gr.File(label="Download Sliced Audio Zip")
205
  with gr.Row():