meraj12 commited on
Commit
5d97997
·
verified ·
1 Parent(s): b151233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import whisper
6
  import torchaudio
7
  from groq import Groq
8
 
 
9
  # Load Whisper model for transcription
10
  whisper_model = whisper.load_model("tiny")
11
 
 
6
  import torchaudio
7
  from groq import Groq
8
 
9
+
10
  # Load Whisper model for transcription
11
  whisper_model = whisper.load_model("tiny")
12