kevinwang676
commited on
Commit
•
6ad1e71
1
Parent(s):
6f85aee
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ for lang, code in SUPPORTED_LANGS:
|
|
193 |
for n in range(10):
|
194 |
speakers_list.append(f"{code}_speaker_{n}")
|
195 |
|
196 |
-
examples1 = [["
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
gr.Markdown(
|
|
|
193 |
for n in range(10):
|
194 |
speakers_list.append(f"{code}_speaker_{n}")
|
195 |
|
196 |
+
examples1 = [["ref.wav", "Bark.wav", "Bark.wav"]]
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
gr.Markdown(
|