akshayballal commited on
Commit
1cf3d6b
1 Parent(s): bbb6e86

chore: Update audio file paths

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import re
10
  import gradio as gr
11
 
12
 
13
- audio_files = ["examples/samples_hp0.wav", "examples/samples_gb0.wav"]
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