Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,6 @@ with gr.Blocks(title="onnx-asr demo") as demo:
|
|
| 140 |
Supports Parakeet TDT 0.6B V2 (En) and GigaAM v2 (Ru) models
|
| 141 |
(and many other modern [models](https://github.com/istupakov/onnx-asr?tab=readme-ov-file#supported-model-names)).
|
| 142 |
You can also use it with your own model if it has a supported architecture.
|
| 143 |
-
```
|
| 144 |
""")
|
| 145 |
gr.TabbedInterface(
|
| 146 |
[recognize_short, recognize_long],
|
|
|
|
| 140 |
Supports Parakeet TDT 0.6B V2 (En) and GigaAM v2 (Ru) models
|
| 141 |
(and many other modern [models](https://github.com/istupakov/onnx-asr?tab=readme-ov-file#supported-model-names)).
|
| 142 |
You can also use it with your own model if it has a supported architecture.
|
|
|
|
| 143 |
""")
|
| 144 |
gr.TabbedInterface(
|
| 145 |
[recognize_short, recognize_long],
|