Spaces:
Running
Running
Alex Cabrera
commited on
Commit
•
5eacccf
1
Parent(s):
f69dd6d
audio
Browse files- config.toml +1 -1
config.toml
CHANGED
@@ -2,7 +2,7 @@ view = "audio-transcription"
|
|
2 |
functions = "./functions/"
|
3 |
models = ["silero_sst", "whisper"]
|
4 |
metadata = "metadata.csv"
|
5 |
-
data_path = "
|
6 |
data_column = "id"
|
7 |
id_column = "id"
|
8 |
label_column = "label"
|
|
|
2 |
functions = "./functions/"
|
3 |
models = ["silero_sst", "whisper"]
|
4 |
metadata = "metadata.csv"
|
5 |
+
data_path = ""
|
6 |
data_column = "id"
|
7 |
id_column = "id"
|
8 |
label_column = "label"
|