Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
166 |
outputs=[video_player]
|
167 |
)
|
168 |
|
169 |
-
|
170 |
gr.Markdown("### How to use:")
|
171 |
gr.Markdown("1. Upload an audio file or record your voice using the microphone, OR paste a YouTube URL.")
|
172 |
gr.Markdown("2. If you paste a YouTube URL, the video will be displayed for your reference, and any previous transcription or audio input will be cleared.")
|
|
|
166 |
outputs=[video_player]
|
167 |
)
|
168 |
|
|
|
169 |
gr.Markdown("### How to use:")
|
170 |
gr.Markdown("1. Upload an audio file or record your voice using the microphone, OR paste a YouTube URL.")
|
171 |
gr.Markdown("2. If you paste a YouTube URL, the video will be displayed for your reference, and any previous transcription or audio input will be cleared.")
|