Spaces:
Build error
Build error
Commit
·
3f93e11
1
Parent(s):
dc4a5a9
Update app.py
Browse files
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 |
-
|
|
|
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"
|