mails10 commited on
Commit
9aa9353
·
verified ·
1 Parent(s): f248727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import soundfile as sf
5
  import tempfile
6
  import whisper
7
 
 
8
  # Load TTS model (IndicF5)
9
  tts_model = AutoModel.from_pretrained("ai4bharat/IndicF5", trust_remote_code=True)
10
 
 
5
  import tempfile
6
  import whisper
7
 
8
+
9
  # Load TTS model (IndicF5)
10
  tts_model = AutoModel.from_pretrained("ai4bharat/IndicF5", trust_remote_code=True)
11