Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ gr.Interface(asr_pipe,
|
|
33 |
outputs = gr.outputs.Textbox(label="Erkannten Text"),
|
34 |
title="Sproocherkennung fir d'Lëtzebuergescht @uni.lu",
|
35 |
description = "Dës App convertéiert Är geschwate Sprooch an de (méi oder manner richtegen ;-)) Text!",
|
36 |
-
examples = [["ChamberMeisch.wav"], ["Chamber_Fayot_2005.wav"], ["Erlieft-a-Verzielt.wav"], ["Schnessen_Beispill.wav"]
|
37 |
|
|
|
33 |
outputs = gr.outputs.Textbox(label="Erkannten Text"),
|
34 |
title="Sproocherkennung fir d'Lëtzebuergescht @uni.lu",
|
35 |
description = "Dës App convertéiert Är geschwate Sprooch an de (méi oder manner richtegen ;-)) Text!",
|
36 |
+
examples = [["ChamberMeisch.wav"], ["Chamber_Fayot_2005.wav"], ["Erlieft-a-Verzielt.wav"], ["Schnessen_Beispill.wav"]], theme="default").launch()
|
37 |
|