Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def run_demo():
|
|
63 |
gr.Textbox(label="Transcript"),
|
64 |
gr.Textbox(label="Logs (Streaming)"),
|
65 |
],
|
66 |
-
title="YouTube Transcript
|
67 |
description=(
|
68 |
"Enter a YouTube link to retrieve its official transcript. "
|
69 |
"If that fails (or if 'Skip' is selected), we'll download the best "
|
|
|
63 |
gr.Textbox(label="Transcript"),
|
64 |
gr.Textbox(label="Logs (Streaming)"),
|
65 |
],
|
66 |
+
title="YouTube Transcript Tool",
|
67 |
description=(
|
68 |
"Enter a YouTube link to retrieve its official transcript. "
|
69 |
"If that fails (or if 'Skip' is selected), we'll download the best "
|