Update app.py
Browse files
app.py
CHANGED
|
@@ -326,7 +326,7 @@ class App:
|
|
| 326 |
with gr.Row():
|
| 327 |
btn_run = gr.Button("Transcribe", variant="primary")
|
| 328 |
btn_reset = gr.Button(value="Reset")
|
| 329 |
-
btn_reset.click(None,js="
|
| 330 |
with gr.Row():
|
| 331 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
| 332 |
with gr.Row():
|
|
|
|
| 326 |
with gr.Row():
|
| 327 |
btn_run = gr.Button("Transcribe", variant="primary")
|
| 328 |
btn_reset = gr.Button(value="Reset")
|
| 329 |
+
btn_reset.click(None,js="location.reload()")
|
| 330 |
with gr.Row():
|
| 331 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
| 332 |
with gr.Row():
|