Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import subprocess
|
|
4 |
import os
|
5 |
|
6 |
# Load Whisper model
|
7 |
-
model = whisper.load_model("
|
8 |
|
9 |
def transcribe_video(video_path):
|
10 |
try:
|
|
|
4 |
import os
|
5 |
|
6 |
# Load Whisper model
|
7 |
+
model = whisper.load_model("large")
|
8 |
|
9 |
def transcribe_video(video_path):
|
10 |
try:
|