Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ async def test(
|
|
67 |
"language": "tagalog",
|
68 |
"return_timestamps": True,
|
69 |
# "condition_on_prev_tokens": False,
|
70 |
-
"initial_prompt": "The sentence may be cut off, do not make up words to fill in the rest of the sentence."
|
71 |
}
|
72 |
|
73 |
result = pipe(
|
|
|
67 |
"language": "tagalog",
|
68 |
"return_timestamps": True,
|
69 |
# "condition_on_prev_tokens": False,
|
70 |
+
# "initial_prompt": "The sentence may be cut off, do not make up words to fill in the rest of the sentence."
|
71 |
}
|
72 |
|
73 |
result = pipe(
|