Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,9 @@ st.set_page_config(
|
|
21 |
page_title="VidText"
|
22 |
)
|
23 |
|
|
|
|
|
|
|
24 |
def youtube_video_downloader(url):
|
25 |
yt_vid = YouTube(url)
|
26 |
|
|
|
21 |
page_title="VidText"
|
22 |
)
|
23 |
|
24 |
+
st.title("VidText-whisper")
|
25 |
+
st.subheading("A video/audio transcription app")
|
26 |
+
|
27 |
def youtube_video_downloader(url):
|
28 |
yt_vid = YouTube(url)
|
29 |
|