Spaces:
Running
Running
Update app.py
Browse files
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(
|
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():
|