indentation error fix
Browse files
app.py
CHANGED
@@ -119,7 +119,6 @@ def prepare_download(audio_file, original_transcription, corrected_transcription
|
|
119 |
return tmp_zip.name
|
120 |
|
121 |
def toggle_language(switch):
|
122 |
-
def toggle_language(switch):
|
123 |
"""Switch UI text between English and Traditional Chinese"""
|
124 |
if switch:
|
125 |
return (
|
|
|
119 |
return tmp_zip.name
|
120 |
|
121 |
def toggle_language(switch):
|
|
|
122 |
"""Switch UI text between English and Traditional Chinese"""
|
123 |
if switch:
|
124 |
return (
|