GavinHuang commited on
Commit
2b1f9fe
ยท
1 Parent(s): 6dbf680

fix: correct formatting for instructions section in Gradio interface

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -315,7 +315,8 @@ with gr.Blocks(title="Real-time Speech-to-Text with NeMo") as demo:
315
 
316
 
317
 
318
- gr.Markdown("## ๐Ÿ“ Instructions")gr.Markdown("""
 
319
  ### Real-time Transcription:
320
  1. Select an ASR model from the dropdown menu
321
  2. Click 'Load Selected Model' to load the model
 
315
 
316
 
317
 
318
+ gr.Markdown("## ๐Ÿ“ Instructions")
319
+ gr.Markdown("""
320
  ### Real-time Transcription:
321
  1. Select an ASR model from the dropdown menu
322
  2. Click 'Load Selected Model' to load the model