mrm8488 commited on
Commit
6d1ac8d
β€’
1 Parent(s): 4873550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,7 +139,7 @@ with block:
139
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
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%">
@@ -168,7 +168,7 @@ with block:
168
 
169
  gr.HTML('''
170
  <div class="footer">
171
- <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by πŸ€— Hugging Face
172
  </p>
173
  </div>
174
  ''')
 
139
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
140
  </svg>
141
  <h1 style="font-weight: 900; margin-bottom: 7px;">
142
+ OpenAI Whisper
143
  </h1>
144
  </div>
145
  <p style="margin-bottom: 10px; font-size: 94%">
 
168
 
169
  gr.HTML('''
170
  <div class="footer">
171
+ <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
172
  </p>
173
  </div>
174
  ''')