Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from pytube import YouTube
|
2 |
from transformers import pipeline
|
3 |
import gradio as gr
|
|
|
4 |
|
5 |
pipe = pipeline(model="Yilin98/whisper-small-hi") # change to "your-username/the-name-you-picked"
|
6 |
|
|
|
1 |
from pytube import YouTube
|
2 |
from transformers import pipeline
|
3 |
import gradio as gr
|
4 |
+
import os
|
5 |
|
6 |
pipe = pipeline(model="Yilin98/whisper-small-hi") # change to "your-username/the-name-you-picked"
|
7 |
|