mr2along commited on
Commit
075bc07
1 Parent(s): 29d4c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ if not os.path.exists('audio'):
12
  os.makedirs('audio')
13
  def upfilepath():
14
  # URL của tệp âm thanh (nguồn từ internet)
15
- file_url = "https://dictionary.cambridge.org/vi/media/english/uk_pron/u/uks/ukspe/ukspect009.mp3"
16
  # URL để upload tệp âm thanh
17
  upload_url = "https://mr2along-speech-recognize.hf.space/gradio_api/upload?upload_id=yw09d367te"
18
  # Tải tệp âm thanh từ link
@@ -44,7 +44,7 @@ def upfilepath():
44
  os.remove(local_filename)
45
  else:
46
  print(f"Lỗi khi tải tệp từ URL: {response.status_code}")
47
-
48
  # Step 1: Transcribe the audio file
49
  def transcribe_audio(audio):
50
  if audio is None:
 
12
  os.makedirs('audio')
13
  def upfilepath():
14
  # URL của tệp âm thanh (nguồn từ internet)
15
+ file_url = "https://st.ielts-fighter.com/src/ielts-fighter/2019/09/09/i%20ng%E1%BA%AFn.mp3"
16
  # URL để upload tệp âm thanh
17
  upload_url = "https://mr2along-speech-recognize.hf.space/gradio_api/upload?upload_id=yw09d367te"
18
  # Tải tệp âm thanh từ link
 
44
  os.remove(local_filename)
45
  else:
46
  print(f"Lỗi khi tải tệp từ URL: {response.status_code}")
47
+ upfilepath()
48
  # Step 1: Transcribe the audio file
49
  def transcribe_audio(audio):
50
  if audio is None: