Commit
·
4790383
1
Parent(s):
e437e88
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import os
|
2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
|
|
3 |
import whisper
|
4 |
from pytube import YouTube
|
5 |
-
from pydub import AudioSegment
|
6 |
import gradio as gr
|
7 |
import os
|
8 |
import re
|
|
|
1 |
import os
|
2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
3 |
+
os.system("pip install pytube")
|
4 |
import whisper
|
5 |
from pytube import YouTube
|
|
|
6 |
import gradio as gr
|
7 |
import os
|
8 |
import re
|