sudoping01 commited on
Commit
8159a55
·
verified ·
1 Parent(s): 9b51e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def initialize_tts_model():
92
  start_time = time.time()
93
 
94
  # Import and initialize the TTS model
95
- from maliba_ai.tts import BambaraTTSInference
96
 
97
  # Initialize model
98
  model = BambaraTTSInference()
 
92
  start_time = time.time()
93
 
94
  # Import and initialize the TTS model
95
+ from maliba_ai.tts.inference import BambaraTTSInference
96
 
97
  # Initialize model
98
  model = BambaraTTSInference()