Spaces:
Runtime error
Runtime error
akshayballal
commited on
Commit
•
1cf3d6b
1
Parent(s):
bbb6e86
chore: Update audio file paths
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import re
|
|
10 |
import gradio as gr
|
11 |
|
12 |
|
13 |
-
audio_files = ["
|
14 |
|
15 |
embeddings: list[list[EmbedData]] = []
|
16 |
|
|
|
10 |
import gradio as gr
|
11 |
|
12 |
|
13 |
+
audio_files = ["samples_hp0.wav", "samples_gb0.wav"]
|
14 |
|
15 |
embeddings: list[list[EmbedData]] = []
|
16 |
|