Spaces:
Runtime error
Runtime error
Commit
·
4384167
1
Parent(s):
3f43906
add log
Browse files
app.py
CHANGED
|
@@ -134,6 +134,7 @@ def process_uploaded_audio_file(
|
|
| 134 |
|
| 135 |
|
| 136 |
def process(language: str, repo_id: str, add_punctuation: str, in_filename: str):
|
|
|
|
| 137 |
recognizer = get_pretrained_model(repo_id)
|
| 138 |
vad = get_vad()
|
| 139 |
if add_punctuation == "Yes":
|
|
|
|
| 134 |
|
| 135 |
|
| 136 |
def process(language: str, repo_id: str, add_punctuation: str, in_filename: str):
|
| 137 |
+
logging.info(f"add_punctuation: {add_punctuation}")
|
| 138 |
recognizer = get_pretrained_model(repo_id)
|
| 139 |
vad = get_vad()
|
| 140 |
if add_punctuation == "Yes":
|