GavinHuang commited on
Commit
40dfec3
·
1 Parent(s): 8c34a9f

fix indentation in Gradio interface setup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def transcribe(audio, state=""):
51
  with gr.Blocks(title="Real-time Speech-to-Text with NeMo") as demo:
52
  gr.Markdown("# 🎙️ Real-time Speech-to-Text Transcription")
53
  gr.Markdown("Powered by NVIDIA NeMo and the parakeet-tdt-0.6b-v2 model")
54
- with gr.Row():
55
  with gr.Column(scale=2):
56
  audio_input = gr.Audio(
57
  sources=["microphone"],
 
51
  with gr.Blocks(title="Real-time Speech-to-Text with NeMo") as demo:
52
  gr.Markdown("# 🎙️ Real-time Speech-to-Text Transcription")
53
  gr.Markdown("Powered by NVIDIA NeMo and the parakeet-tdt-0.6b-v2 model")
54
+ with gr.Row():
55
  with gr.Column(scale=2):
56
  audio_input = gr.Audio(
57
  sources=["microphone"],