Spaces:
Runtime error
Runtime error
Commit
Β·
5906e88
1
Parent(s):
1e5834c
Add
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import hf_hub_download
|
| 3 |
-
from
|
| 4 |
-
from
|
| 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(
|