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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks() as demo:
197
  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(label="Hugging Face Upload Status")
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():
 
197
  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
  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():