Upload app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
| 2 |
import gradio as gr
|
| 3 |
from pytube import YouTube
|
| 4 |
|
| 5 |
-
pipe = pipeline(model="
|
| 6 |
|
| 7 |
def transcribe(audio,url):
|
| 8 |
if url:
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from pytube import YouTube
|
| 4 |
|
| 5 |
+
pipe = pipeline(model="howlbz/whisper-small-hi") # change to "your-username/the-name-you-picked"
|
| 6 |
|
| 7 |
def transcribe(audio,url):
|
| 8 |
if url:
|