Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def initialize_model_once():
|
|
86 |
start_time = time.time()
|
87 |
|
88 |
# Use the same import as your old working version
|
89 |
-
from maliba_ai.tts import BambaraTTSInference
|
90 |
|
91 |
model = BambaraTTSInference()
|
92 |
speakers = get_speakers_dict()
|
|
|
86 |
start_time = time.time()
|
87 |
|
88 |
# Use the same import as your old working version
|
89 |
+
from maliba_ai.tts.inference import BambaraTTSInference
|
90 |
|
91 |
model = BambaraTTSInference()
|
92 |
speakers = get_speakers_dict()
|