Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
17 |
|
18 |
<!-- Provide a longer summary of what this model is. -->
|
19 |
|
20 |
-
```
|
21 |
class WhisperCTC(nn.Module):
|
22 |
def __init__(
|
23 |
self,
|
|
|
17 |
|
18 |
<!-- Provide a longer summary of what this model is. -->
|
19 |
|
20 |
+
```python
|
21 |
class WhisperCTC(nn.Module):
|
22 |
def __init__(
|
23 |
self,
|