mr2along commited on
Commit
2e425ea
·
verified ·
1 Parent(s): 7608237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def loadfile():
49
  print(f"Lỗi khi tải tệp từ URL: {response.status_code}")
50
  return extracted_path
51
 
52
- Path_up=loadfile()
53
  # Step 1: Transcribe the audio file
54
  def transcribe_audio(audio):
55
  if audio is None:
 
49
  print(f"Lỗi khi tải tệp từ URL: {response.status_code}")
50
  return extracted_path
51
 
52
+ #Path_up=loadfile()
53
  # Step 1: Transcribe the audio file
54
  def transcribe_audio(audio):
55
  if audio is None: