Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ class App:
|
|
314 |
with gr.Row():
|
315 |
btn_run = gr.Button("Transcribe", variant="primary")
|
316 |
btn_reset = gr.Button(value="Reset")
|
317 |
-
btn_reset.click(None,js="window.location.reload(true)
|
318 |
with gr.Row():
|
319 |
with gr.Column(scale=4):
|
320 |
tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", show_copy_button=True, show_label=True)
|
|
|
314 |
with gr.Row():
|
315 |
btn_run = gr.Button("Transcribe", variant="primary")
|
316 |
btn_reset = gr.Button(value="Reset")
|
317 |
+
btn_reset.click(None,js="window.location.reload(true)")
|
318 |
with gr.Row():
|
319 |
with gr.Column(scale=4):
|
320 |
tb_indicator = gr.Textbox(label="Output preview (Always review & verify the output generated by AI models)", show_copy_button=True, show_label=True)
|