sanchit-gandhi commited on
Commit
3f93e11
·
1 Parent(s): dc4a5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -165,7 +165,8 @@ with gr.Blocks(title="Talk to chatGPT") as demo:
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> <img src='https://raw.githubusercontent.com/sanchit-gandhi/codesnippets/3eda64658fd2b4753fa2cb492c23bdcee7cf84c0/pipeline-3.png' </p>")
 
169
  gr.HTML(
170
  "<p>You can duplicate this space and use your own session token: <a style='display:inline-block'"
171
  " href='https://huggingface.co/spaces/yizhangliu/chatGPT?duplicate=true'><img"
 
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'"
172
  " href='https://huggingface.co/spaces/yizhangliu/chatGPT?duplicate=true'><img"