jthteo commited on
Commit
b3ed5a5
1 Parent(s): 6d8d501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -26
app.py CHANGED
@@ -110,37 +110,24 @@ with block:
110
  fill="none"
111
  xmlns="http://www.w3.org/2000/svg"
112
  >
113
- <rect width="23" height="23" fill="white"></rect>
114
- <rect y="69" width="23" height="23" fill="white"></rect>
115
- <rect x="23" width="23" height="23" fill="#AEAEAE"></rect>
116
- <rect x="23" y="69" width="23" height="23" fill="#AEAEAE"></rect>
117
- <rect x="46" width="23" height="23" fill="white"></rect>
118
- <rect x="46" y="69" width="23" height="23" fill="white"></rect>
119
- <rect x="69" width="23" height="23" fill="black"></rect>
120
- <rect x="69" y="69" width="23" height="23" fill="black"></rect>
121
- <rect x="92" width="23" height="23" fill="#D9D9D9"></rect>
122
- <rect x="92" y="69" width="23" height="23" fill="#AEAEAE"></rect>
123
- <rect x="115" y="46" width="23" height="23" fill="white"></rect>
124
- <rect x="115" y="115" width="23" height="23" fill="white"></rect>
125
- <rect x="115" y="69" width="23" height="23" fill="#D9D9D9"></rect>
126
- <rect x="92" y="46" width="23" height="23" fill="#AEAEAE"></rect>
127
- <rect x="92" y="115" width="23" height="23" fill="#AEAEAE"></rect>
128
- <rect x="92" y="69" width="23" height="23" fill="white"></rect>
129
- <rect x="69" y="46" width="23" height="23" fill="white"></rect>
130
- <rect x="69" y="115" width="23" height="23" fill="white"></rect>
131
- <rect x="69" y="69" width="23" height="23" fill="#D9D9D9"></rect>
132
- <rect x="46" y="46" width="23" height="23" fill="black"></rect>
133
- <rect x="46" y="115" width="23" height="23" fill="black"></rect>
134
- <rect x="46" y="69" width="23" height="23" fill="black"></rect>
135
- <rect x="23" y="46" width="23" height="23" fill="#D9D9D9"></rect>
136
- <rect x="23" y="115" width="23" height="23" fill="#AEAEAE"></rect>
137
- <rect x="23" y="69" width="23" height="23" fill="black"></rect>
138
  <circle cx="62" cy="45" r="36" stroke="blue" stroke-width="4" fill="blue" />
139
  <polygon points="40, 30, 84, 30, 62, 69" style="fill:red;stroke:red;stroke-width:5;" />
140
  </svg>
141
- <h1 style="font-weight: 900; margin-bottom: 7px;">
 
142
  Whisper
143
  </h1>
 
 
 
 
 
 
 
 
 
 
 
144
  </div>
145
  <p style="margin-bottom: 10px; font-size: 94%">
146
  Whisper is a general-purpose speech recognition model. It has been trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. </p>
 
110
  fill="none"
111
  xmlns="http://www.w3.org/2000/svg"
112
  >
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  <circle cx="62" cy="45" r="36" stroke="blue" stroke-width="4" fill="blue" />
114
  <polygon points="40, 30, 84, 30, 62, 69" style="fill:red;stroke:red;stroke-width:5;" />
115
  </svg>
116
+
117
+ <h1 style="font-weight: 900; margin-bottom: 7px; style="color:red"">
118
  Whisper
119
  </h1>
120
+
121
+ <svg
122
+ width="0.65em"
123
+ height="0.65em"
124
+ viewBox="0 0 115 115"
125
+ fill="none"
126
+ xmlns="http://www.w3.org/2000/svg"
127
+ >
128
+ <circle cx="62" cy="45" r="36" stroke="blue" stroke-width="4" fill="blue" />
129
+ <polygon points="40, 30, 84, 30, 62, 69" style="fill:red;stroke:red;stroke-width:5;" />
130
+ </svg>
131
  </div>
132
  <p style="margin-bottom: 10px; font-size: 94%">
133
  Whisper is a general-purpose speech recognition model. It has been trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. </p>