RamAnanth1 commited on
Commit
62f3a65
1 Parent(s): 821a376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -109,11 +109,7 @@ with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-
109
 
110
  gr.HTML('''
111
  <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>
112
- <div class="footer">
113
- <p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
114
- <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>
115
- </p>
116
- </div>
117
  ''')
118
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=RamAnanth1.chatGPT_voice)")
119
 
 
109
 
110
  gr.HTML('''
111
  <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>
112
+
 
 
 
 
113
  ''')
114
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=RamAnanth1.chatGPT_voice)")
115