Spaces:
Runtime error
Runtime error
stefania11
commited on
Commit
Β·
e563dec
1
Parent(s):
bf7dff7
update app file
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(css=css) as demo:
|
|
273 |
)
|
274 |
with gr.Row():
|
275 |
audio_r_translate = gr.Button("Check Whisper first ? π", elem_id="check_btn_1")
|
276 |
-
|
277 |
|
278 |
with gr.Tab(label="Upload audio input", elem_id="upload_tab"):
|
279 |
with gr.Column():
|
|
|
273 |
)
|
274 |
with gr.Row():
|
275 |
audio_r_translate = gr.Button("Check Whisper first ? π", elem_id="check_btn_1")
|
276 |
+
audio_r_direct_sd = gr.Button("Magic Whisper βΊ SD right now!", elem_id="magic_btn_1")
|
277 |
|
278 |
with gr.Tab(label="Upload audio input", elem_id="upload_tab"):
|
279 |
with gr.Column():
|