csukuangfj
commited on
Commit
·
1cd8b79
1
Parent(s):
4691b00
fix a typo
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def process_uploaded_audio_file(
|
|
130 |
|
131 |
logging.info(f"Processing uploaded file: {in_filename}")
|
132 |
|
133 |
-
return process(language, repo_id, in_filename)
|
134 |
|
135 |
|
136 |
def process(language: str, repo_id: str, add_punctuation: str, in_filename: str):
|
|
|
130 |
|
131 |
logging.info(f"Processing uploaded file: {in_filename}")
|
132 |
|
133 |
+
return process(language, repo_id, add_punctuation, in_filename)
|
134 |
|
135 |
|
136 |
def process(language: str, repo_id: str, add_punctuation: str, in_filename: str):
|