fffiloni commited on
Commit
8c15530
Β·
1 Parent(s): bc66161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -103,14 +103,9 @@ title = """
103
  """
104
 
105
  article = """
106
- <p style="font-size: 0.8em;line-height: 1.2em;">Note: this demo is not able to sustain a conversation from earlier responses.
107
- For more detailed results and dialogue, you should use the official ChatGPT interface.
108
- <br />β€”
109
- <br/>Also, 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>
110
  <div class="footer">
111
- <p>Whisper &
112
- <a href="https://chat.openai.com/chat" target="_blank">chatGPT</a>
113
- by <a href="https://openai.com/" target="_blank">OpenAI</a> -
114
  Gradio Demo by πŸ€— <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
115
  </p>
116
  </div>
 
103
  """
104
 
105
  article = """
 
 
 
 
106
  <div class="footer">
107
+ <p>
108
+ Whisper & chatGPT by <a href="https://openai.com/" target="_blank">OpenAI</a> -
 
109
  Gradio Demo by πŸ€— <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
110
  </p>
111
  </div>