Spaces:
Runtime error
Runtime error
Commit
Β·
4292a78
1
Parent(s):
6733137
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ def transcribe(audio):
|
|
48 |
text=translate(text_from_whisper,"eng_Latn","zho_Hans")
|
49 |
return text
|
50 |
|
51 |
-
|
52 |
gr.Interface(
|
53 |
fn=transcribe,
|
54 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
|
|
48 |
text=translate(text_from_whisper,"eng_Latn","zho_Hans")
|
49 |
return text
|
50 |
|
|
|
51 |
gr.Interface(
|
52 |
fn=transcribe,
|
53 |
inputs=gr.Audio(source="microphone", type="filepath"),
|