Spaces:
Runtime error
Runtime error
wilton
commited on
Commit
•
340e344
1
Parent(s):
dbfdf1a
simple test from colab
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ demo = gr.Blocks()
|
|
52 |
mic_translate = gr.Interface(
|
53 |
fn=speech_to_speech_translation,
|
54 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
55 |
-
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
56 |
title=title,
|
57 |
description=description,
|
58 |
)
|
|
|
52 |
mic_translate = gr.Interface(
|
53 |
fn=speech_to_speech_translation,
|
54 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
55 |
+
outputs=gr.Audio(label="Generated Speech :)", type="numpy"),
|
56 |
title=title,
|
57 |
description=description,
|
58 |
)
|