Spaces:
Running
on
Zero
Running
on
Zero
Commit
ยท
2b1f9fe
1
Parent(s):
6dbf680
fix: correct formatting for instructions section in Gradio interface
Browse files
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")
|
|
|
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
|