Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def initialize_tts_model():
|
|
78 |
start_time = time.time()
|
79 |
|
80 |
# Import and initialize the TTS model
|
81 |
-
from maliba_ai.tts import BambaraTTSInference
|
82 |
|
83 |
# Initialize model
|
84 |
model = BambaraTTSInference()
|
|
|
78 |
start_time = time.time()
|
79 |
|
80 |
# Import and initialize the TTS model
|
81 |
+
from maliba_ai.tts.inference import BambaraTTSInference
|
82 |
|
83 |
# Initialize model
|
84 |
model = BambaraTTSInference()
|