Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,12 +169,6 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Speech Recognition Tool") as demo:
|
|
169 |
outputs=[text_output, lang_output]
|
170 |
)
|
171 |
|
172 |
-
gr.Markdown("---")
|
173 |
-
gr.Markdown("💡 **Tips**:")
|
174 |
-
gr.Markdown("- Supports common audio formats: MP3, WAV, etc.")
|
175 |
-
gr.Markdown("- Enable LID to auto-detect spoken language")
|
176 |
-
gr.Markdown("- Use context to customize output, e.g., correct named entities")
|
177 |
-
gr.Markdown("- Enable ITN to convert numbers/dates to standardized text")
|
178 |
|
179 |
# Example Section
|
180 |
gr.Markdown("### 💡 Examples")
|
|
|
169 |
outputs=[text_output, lang_output]
|
170 |
)
|
171 |
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
|
173 |
# Example Section
|
174 |
gr.Markdown("### 💡 Examples")
|