Spaces:
Running
on
Zero
Running
on
Zero
Commit
ยท
50ea265
1
Parent(s):
2647bd6
fix: correct indentation for instructions markdown in Gradio interface
Browse files
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 |
-
|
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
|