Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|