KingNish commited on
Commit
06f46b9
1 Parent(s): e1e239a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ with gr.Blocks(
31
 
32
  # Voice chat block
33
  with gr.Blocks() as voice:
34
- gr.HTML("<iframe src='https://kingnish-voicee.hf.space' width='100%' height='1000px' style='border-radius: 8px;'></iframe>")
 
35
 
36
  with gr.Blocks() as image:
37
  gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
 
31
 
32
  # Voice chat block
33
  with gr.Blocks() as voice:
34
+ gr.Markdown("# Try Voice Chatfrom Below Link:")
35
+ gr.HTML("<a href='https://huggingface.co/spaces/KingNish/Voicee'>https://huggingface.co/spaces/KingNish/Voicee</a>")
36
 
37
  with gr.Blocks() as image:
38
  gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")