Spaces:
Running
Running
Update app.py
Browse files
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('').
|
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()
|