jerrypan7 commited on
Commit
24ebdd0
·
verified ·
1 Parent(s): 461d5bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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