Spaces:
Runtime error
Runtime error
change chunk length to 30 seconds
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ pipe = pipeline(
|
|
| 56 |
model=model,
|
| 57 |
tokenizer=tokenizer,
|
| 58 |
feature_extractor=feature_extractor,
|
| 59 |
-
chunk_length_s=
|
| 60 |
)
|
| 61 |
|
| 62 |
def reset_and_update_dataset(new_data):
|
|
|
|
| 56 |
model=model,
|
| 57 |
tokenizer=tokenizer,
|
| 58 |
feature_extractor=feature_extractor,
|
| 59 |
+
chunk_length_s=30,
|
| 60 |
)
|
| 61 |
|
| 62 |
def reset_and_update_dataset(new_data):
|