Tri4 commited on
Commit
75fd405
·
verified ·
1 Parent(s): 74ac545

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ def hello():
15
 
16
  # Load the Whisper model
17
  print("Loading Whisper model...\n", flush=True)
18
- model = whisper.load_model("small")
19
  print("\nWhisper model loaded.\n", flush=True)
20
 
21
  # Get time of request
 
15
 
16
  # Load the Whisper model
17
  print("Loading Whisper model...\n", flush=True)
18
+ model = whisper.load_model("base")
19
  print("\nWhisper model loaded.\n", flush=True)
20
 
21
  # Get time of request