Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,5 +35,5 @@ gr.Interface(asr_pipe,
|
|
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"], ["Erlieft-a-Verzielt.wav"], ["
|
39 |
|
|
|
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"], ["Erlieft-a-Verzielt.wav"], ["Schnessen_Beispill.wav"]], theme="default").launch()
|
39 |
|