Spaces:
Runtime error
Runtime error
seikin_alexey
commited on
Commit
·
95a631a
1
Parent(s):
8f07fb4
rec
Browse files
app2.py
CHANGED
|
@@ -39,7 +39,7 @@ audio_files_list = get_audio_files_list()
|
|
| 39 |
|
| 40 |
def return_audio_clip(audio_text):
|
| 41 |
post_file_name = audio_text.lower() + '.wav'
|
| 42 |
-
filepath = os.path.join("
|
| 43 |
return filepath
|
| 44 |
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
def return_audio_clip(audio_text):
|
| 41 |
post_file_name = audio_text.lower() + '.wav'
|
| 42 |
+
filepath = os.path.join("rec",post_file_name)
|
| 43 |
return filepath
|
| 44 |
|
| 45 |
|