GavinHuang commited on
Commit
50ea265
ยท
1 Parent(s): 2647bd6

fix: correct indentation for instructions markdown in Gradio interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(title="Real-time Speech-to-Text with NeMo") as demo:
220
  inputs=[state],
221
  outputs=[text_output]
222
  )
223
- gr.Markdown("## ๐Ÿ“ Instructions")
224
  gr.Markdown("""
225
  1. Select an ASR model from the dropdown menu
226
  2. Click 'Load Selected Model' to load the model
 
220
  inputs=[state],
221
  outputs=[text_output]
222
  )
223
+ gr.Markdown("## ๐Ÿ“ Instructions")
224
  gr.Markdown("""
225
  1. Select an ASR model from the dropdown menu
226
  2. Click 'Load Selected Model' to load the model