Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def run_asr(audio_file, youtube_url):
|
|
109 |
|
110 |
|
111 |
# Create the Gradio interface with improved aesthetics
|
112 |
-
with gr.Blocks( as demo:
|
113 |
gr.Markdown("Audio Transcription Service")
|
114 |
gr.Markdown("Upload an audio file, record your voice, or paste a YouTube URL to get an English transcription.")
|
115 |
|
|
|
109 |
|
110 |
|
111 |
# Create the Gradio interface with improved aesthetics
|
112 |
+
with gr.Blocks() as demo:
|
113 |
gr.Markdown("Audio Transcription Service")
|
114 |
gr.Markdown("Upload an audio file, record your voice, or paste a YouTube URL to get an English transcription.")
|
115 |
|