Spaces:
Runtime error
Runtime error
discription
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ refs_ids = [x.split()[0] for x in refs]
|
|
46 |
refs_txt = [" ".join(x.split()[1:]) for x in refs]
|
47 |
ref_wavs = [str(x) for x in sorted(Path(config["ref_wavs"]).glob("**/*.wav"))]
|
48 |
|
49 |
-
with open("src/description.html", "r", encoding="utf-8") as f:
|
50 |
-
|
51 |
-
|
52 |
|
53 |
reference_id = gr.Textbox(
|
54 |
value="ID", placeholder="Utter ID", label="Reference_ID"
|
|
|
46 |
refs_txt = [" ".join(x.split()[1:]) for x in refs]
|
47 |
ref_wavs = [str(x) for x in sorted(Path(config["ref_wavs"]).glob("**/*.wav"))]
|
48 |
|
49 |
+
# with open("src/description.html", "r", encoding="utf-8") as f:
|
50 |
+
# description = f.read()
|
51 |
+
description = ""
|
52 |
|
53 |
reference_id = gr.Textbox(
|
54 |
value="ID", placeholder="Utter ID", label="Reference_ID"
|