Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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():
|