adnaniqbal001 commited on
Commit
0a0a51f
·
verified ·
1 Parent(s): 63d1d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
 
5
  # Load the Whisper model
6
  try:
7
- model = whisper.load_model("large") # Official Whisper model
8
  except Exception as e:
9
  print(f"Error loading Whisper model: {e}")
10
  raise e
 
4
 
5
  # Load the Whisper model
6
  try:
7
+ model = whisper.load_model("large-v3") # Official Whisper model
8
  except Exception as e:
9
  print(f"Error loading Whisper model: {e}")
10
  raise e