ccxccc commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,9 @@ def get_transcript(video_link):
|
|
| 58 |
st.write("Invalid YouTube video link")
|
| 59 |
|
| 60 |
def main():
|
|
|
|
|
|
|
|
|
|
| 61 |
if not check_installation("tf_keras"):
|
| 62 |
st.write("tf-keras is not installed. Installing...")
|
| 63 |
if install_tf_keras():
|
|
|
|
| 58 |
st.write("Invalid YouTube video link")
|
| 59 |
|
| 60 |
def main():
|
| 61 |
+
st.title('YouTube Transcript Generator')
|
| 62 |
+
st.write("Generate YouTube transcripts for free with Kome. Get the full text of any YouTube video in seconds.")
|
| 63 |
+
|
| 64 |
if not check_installation("tf_keras"):
|
| 65 |
st.write("tf-keras is not installed. Installing...")
|
| 66 |
if install_tf_keras():
|