RamAnanth1 commited on
Commit
a5d7494
·
1 Parent(s): edcf089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -160,8 +160,7 @@ with gr.Blocks(title='Talk to catGPT') as demo:
160
  gr.HTML('''
161
  <p>Note: Please be aware that audio records from iOS devices will not be decoded as expected by Gradio. For the best experience, record your voice from a computer instead of your smartphone ;)</p>
162
  <div class="footer">
163
- <p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
164
- <a href="https://chat.openai.com/chat" target="_blank">chatGPT</a> by <a href="https://openai.com/" style="text-decoration: underline;" target="_blank">OpenAI</a>
165
  </p>
166
  </div>
167
  ''')
 
160
  gr.HTML('''
161
  <p>Note: Please be aware that audio records from iOS devices will not be decoded as expected by Gradio. For the best experience, record your voice from a computer instead of your smartphone ;)</p>
162
  <div class="footer">
163
+ <p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
 
164
  </p>
165
  </div>
166
  ''')