Elalimy commited on
Commit
221bef3
·
verified ·
1 Parent(s): 011c8ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.environ['XDG_CACHE_HOME'] = '/app/.cache'
9
  app = Flask(__name__)
10
 
11
  # Load the Whisper model
12
- model = whisper.load_model("medium") # Change to "large" for the most accurate model
13
 
14
  @app.route('/')
15
  def index():
 
9
  app = Flask(__name__)
10
 
11
  # Load the Whisper model
12
+ model = whisper.load_model("base") # Change to "large" for the most accurate model
13
 
14
  @app.route('/')
15
  def index():