Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
# Create audio directory if it doesn't exist
|
11 |
if not os.path.exists('audio'):
|
12 |
os.makedirs('audio')
|
13 |
-
filePath
|
14 |
def upfilepath():
|
15 |
# URL của tệp âm thanh (nguồn từ internet)
|
16 |
file_url = "https://st.ielts-fighter.com/src/ielts-fighter/2019/09/09/i%20ng%E1%BA%AFn.mp3"
|
|
|
10 |
# Create audio directory if it doesn't exist
|
11 |
if not os.path.exists('audio'):
|
12 |
os.makedirs('audio')
|
13 |
+
filePath=""
|
14 |
def upfilepath():
|
15 |
# URL của tệp âm thanh (nguồn từ internet)
|
16 |
file_url = "https://st.ielts-fighter.com/src/ielts-fighter/2019/09/09/i%20ng%E1%BA%AFn.mp3"
|