Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ import gradio as gr
|
|
54 |
demo = gr.Blocks()
|
55 |
|
56 |
Muti_translate=gr.Interface(
|
57 |
-
fn=
|
58 |
inputs=[
|
59 |
gr.Audio(label="Upload Speech", source="upload", type="numpy"),
|
60 |
gr.Audio(label="Record Speech", source="microphone", type="numpy"),
|
|
|
54 |
demo = gr.Blocks()
|
55 |
|
56 |
Muti_translate=gr.Interface(
|
57 |
+
fn=speech_to_speech_translation_fix,
|
58 |
inputs=[
|
59 |
gr.Audio(label="Upload Speech", source="upload", type="numpy"),
|
60 |
gr.Audio(label="Record Speech", source="microphone", type="numpy"),
|