Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import random
|
|
| 6 |
import shutil
|
| 7 |
import time
|
| 8 |
import collections
|
| 9 |
-
from datasets import load_dataset
|
| 10 |
from huggingface_hub import HfApi
|
| 11 |
|
| 12 |
dataset = load_dataset("intersteller2887/Turing-test-dataset", split="train")
|
|
|
|
| 6 |
import shutil
|
| 7 |
import time
|
| 8 |
import collections
|
| 9 |
+
from datasets import load_dataset, Audio
|
| 10 |
from huggingface_hub import HfApi
|
| 11 |
|
| 12 |
dataset = load_dataset("intersteller2887/Turing-test-dataset", split="train")
|