mr2along commited on
Commit
3107212
·
verified ·
1 Parent(s): 637800c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://example.com/path_to_audio_file.mp3"
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"