Oysiyl commited on
Commit
25d9549
1 Parent(s): 9f8caff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ demo = gr.Interface(
18
  outputs="text",
19
  title="Automatic Speech Recognition for Ukrainian language demo",
20
  description="Say something or upload audiofile!",
21
- examples=[["asr_example.wav"]],
22
  cache_examples=True
23
  )
24
 
 
18
  outputs="text",
19
  title="Automatic Speech Recognition for Ukrainian language demo",
20
  description="Say something or upload audiofile!",
21
+ examples=[["examples/asr_example.wav"]],
22
  cache_examples=True
23
  )
24