Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ sys.path.append(os.environ['PRIVATE_DIR'])
|
|
| 25 |
from models import *
|
| 26 |
preprocess_model, model = get_models()
|
| 27 |
url_dict = get_durl_myma()
|
|
|
|
| 28 |
#audio_names = get_audio_names()
|
| 29 |
audio_names = get_audio_names_pickle()
|
| 30 |
index = get_index()
|
|
|
|
| 25 |
from models import *
|
| 26 |
preprocess_model, model = get_models()
|
| 27 |
url_dict = get_durl_myma()
|
| 28 |
+
dict_catalog = get_dict_catalog()
|
| 29 |
#audio_names = get_audio_names()
|
| 30 |
audio_names = get_audio_names_pickle()
|
| 31 |
index = get_index()
|