Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import whisper
|
| 3 |
from pytube import YouTube
|
| 4 |
|
| 5 |
-
loaded_model = whisper.load_model("
|
| 6 |
current_size = 'medium'
|
| 7 |
def inference(link):
|
| 8 |
yt = YouTube(link)
|
|
|
|
| 2 |
import whisper
|
| 3 |
from pytube import YouTube
|
| 4 |
|
| 5 |
+
loaded_model = whisper.load_model("medium")
|
| 6 |
current_size = 'medium'
|
| 7 |
def inference(link):
|
| 8 |
yt = YouTube(link)
|