freddyaboulton HF Staff commited on
Commit
5906e88
·
1 Parent(s): 1e5834c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import hf_hub_download
3
- from .audio_index import AudioEmbeddingSystem
4
- from .search import search
5
  import pandas as pd
6
 
7
  db_file = hf_hub_download(
 
1
  import gradio as gr
2
  from huggingface_hub import hf_hub_download
3
+ from audio_index import AudioEmbeddingSystem
4
+ from search import search
5
  import pandas as pd
6
 
7
  db_file = hf_hub_download(