sudoping01 commited on
Commit
6b7c641
·
verified ·
1 Parent(s): 043ab85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()