Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,12 +31,9 @@ def asr_pipe(input_file):
|
|
31 |
|
32 |
|
33 |
gr.Interface(asr_pipe,
|
34 |
-
inputs =
|
35 |
-
gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Hei kënnt Dir Är Sprooch iwwert de Mikro ophuelen"),
|
36 |
-
gr.inputs.Audio(source="upload", type='filepath', optional=True)
|
37 |
-
],
|
38 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
39 |
title="Sproocherkennung fir d'Lëtzebuergescht @uni.lu",
|
40 |
description = "Dës App convertéiert Är geschwate Sprooch an de (méi oder manner richegen ;-)) Text!",
|
41 |
examples = [["ChamberMeisch.wav"], ["Chamber_Fayot_2005.wav"]], theme="default").launch()
|
42 |
-
|
|
|
31 |
|
32 |
|
33 |
gr.Interface(asr_pipe,
|
34 |
+
inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Hei kënnt Dir Är Sprooch iwwert de Mikro ophuelen"),
|
|
|
|
|
|
|
35 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
36 |
title="Sproocherkennung fir d'Lëtzebuergescht @uni.lu",
|
37 |
description = "Dës App convertéiert Är geschwate Sprooch an de (méi oder manner richegen ;-)) Text!",
|
38 |
examples = [["ChamberMeisch.wav"], ["Chamber_Fayot_2005.wav"]], theme="default").launch()
|
39 |
+
|