Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -28,16 +28,12 @@ audio_path1 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Langua
|
|
| 28 |
audio_path2 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language2/"
|
| 29 |
|
| 30 |
|
| 31 |
-
# mkdir result
|
| 32 |
|
| 33 |
import os
|
| 34 |
|
| 35 |
# Define the path where the "result" directory should be created
|
| 36 |
result_path = audio_path2 + "result/"
|
| 37 |
|
| 38 |
-
# Create the "result" directory if it doesn't exist
|
| 39 |
-
if not os.path.exists(result_path):
|
| 40 |
-
mkdir(result_path)
|
| 41 |
|
| 42 |
|
| 43 |
# G:\.shortcut-targets-by-id\1kt35DKTNYSvIP56JDRN5ukyvOBlyXEwi\Mbú'ŋwɑ̀'nì\test_audio\Laguage2
|
|
|
|
| 28 |
audio_path2 = "/content/drive/MyDrive/Resulam/Mbú'ŋwɑ̀'nì/test_audio/Language2/"
|
| 29 |
|
| 30 |
|
|
|
|
| 31 |
|
| 32 |
import os
|
| 33 |
|
| 34 |
# Define the path where the "result" directory should be created
|
| 35 |
result_path = audio_path2 + "result/"
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
# G:\.shortcut-targets-by-id\1kt35DKTNYSvIP56JDRN5ukyvOBlyXEwi\Mbú'ŋwɑ̀'nì\test_audio\Laguage2
|