Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,13 @@ def youtube_dl(URL):
|
|
26 |
|
27 |
with gr.Blocks() as demo:
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
with gr.Row():
|
30 |
|
31 |
with gr.Column():
|
|
|
26 |
|
27 |
with gr.Blocks() as demo:
|
28 |
|
29 |
+
gr.Markdown(
|
30 |
+
"""
|
31 |
+
# YouTube video transcription app
|
32 |
+
Enter the YouTube URL, press the button, and it will transcribe the video.
|
33 |
+
"""
|
34 |
+
)
|
35 |
+
|
36 |
with gr.Row():
|
37 |
|
38 |
with gr.Column():
|