sudoping01 commited on
Commit
4d89bd5
·
verified ·
1 Parent(s): c5bcdee

Update app.py

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