Summarization
tuanio commited on
Commit
042778f
1 Parent(s): 5d36b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,