sanchit-gandhi HF staff commited on
Commit
f97003c
1 Parent(s): 668874a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -163,9 +163,8 @@ with gr.Blocks(title="Talk to chatGPT") as demo:
163
  "<p> Demo uses <a href='https://huggingface.co/openai/whisper-base.en' class='underline'>Whisper</a> to convert the input speech"
164
  " to transcribed text, <a href='https://chat.openai.com/chat' class='underline'>chatGPT</a> to generate responses, and <a"
165
  " href='https://huggingface.co/speechbrain/tts-tacotron2-ljspeech' class='underline'>tacotron2</a> to convert the response to"
166
- " output speech. </p>"
167
  )
168
-
169
  gr.HTML("<p> <center><img src='https://raw.githubusercontent.com/sanchit-gandhi/codesnippets/main/pipeline.png' width='870'></center> </p>")
170
  gr.HTML(
171
  "<p>You can duplicate this space and use your own session token: <a style='display:inline-block'"
 
163
  "<p> Demo uses <a href='https://huggingface.co/openai/whisper-base.en' class='underline'>Whisper</a> to convert the input speech"
164
  " to transcribed text, <a href='https://chat.openai.com/chat' class='underline'>chatGPT</a> to generate responses, and <a"
165
  " href='https://huggingface.co/speechbrain/tts-tacotron2-ljspeech' class='underline'>tacotron2</a> to convert the response to"
166
+ " output speech: </p>"
167
  )
 
168
  gr.HTML("<p> <center><img src='https://raw.githubusercontent.com/sanchit-gandhi/codesnippets/main/pipeline.png' width='870'></center> </p>")
169
  gr.HTML(
170
  "<p>You can duplicate this space and use your own session token: <a style='display:inline-block'"