Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import time
|
|
11 |
if not os.path.exists('audio'):
|
12 |
os.makedirs('audio')
|
13 |
# URL của tệp âm thanh (nguồn từ internet)
|
14 |
-
file_url = "https://
|
15 |
|
16 |
# URL để upload tệp âm thanh
|
17 |
upload_url = "https://mr2along-speech-recognize.hf.space/gradio_api/upload?upload_id=yw08d344te"
|
|
|
11 |
if not os.path.exists('audio'):
|
12 |
os.makedirs('audio')
|
13 |
# URL của tệp âm thanh (nguồn từ internet)
|
14 |
+
file_url = "https://huggingface.co/spaces/mr2along/speech_recognize/blob/main/paragraph.mp3"
|
15 |
|
16 |
# URL để upload tệp âm thanh
|
17 |
upload_url = "https://mr2along-speech-recognize.hf.space/gradio_api/upload?upload_id=yw08d344te"
|