Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ pipe = pipeline(
|
|
6 |
"automatic-speech-recognition", model="openai/whisper-base", device=device
|
7 |
)
|
8 |
|
9 |
-
|
10 |
|
11 |
# dataset = load_dataset("facebook/voxpopuli", "en", split="validation", streaming=True, trust_remote_code=True)
|
12 |
# sample = next(iter(dataset))
|
|
|
6 |
"automatic-speech-recognition", model="openai/whisper-base", device=device
|
7 |
)
|
8 |
|
9 |
+
from datasets import load_dataset
|
10 |
|
11 |
# dataset = load_dataset("facebook/voxpopuli", "en", split="validation", streaming=True, trust_remote_code=True)
|
12 |
# sample = next(iter(dataset))
|