pgilles commited on
Commit
0bb7d2e
1 Parent(s): 073b06f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], ["Schnëssen-Beispill.wav"]], theme="default").launch()
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