SamuelM0422 commited on
Commit
cda6d2f
·
verified ·
1 Parent(s): cce7a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from helper_function import speech_to_speech_translation
3
  from pathlib import Path
4
 
5
- examples = list(Path('').glob('*mp3'))
6
  examples.sort()
7
 
8
  demo = gr.Blocks()
 
2
  from helper_function import speech_to_speech_translation
3
  from pathlib import Path
4
 
5
+ examples = list(Path('').rglob('*mp3'))
6
  examples.sort()
7
 
8
  demo = gr.Blocks()