RamAnanth1 commited on
Commit
c52bc49
·
1 Parent(s): 49e1c3f

Add note for iOS devices

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -183,6 +183,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
183
  outputs=[chatbot, chat_history],
184
  )
185
  gr.HTML('''
 
186
  <div class="footer">
187
  <p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
188
  <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>
 
183
  outputs=[chatbot, chat_history],
184
  )
185
  gr.HTML('''
186
+ <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>
187
  <div class="footer">
188
  <p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
189
  <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>