Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ with gr.Blocks(
|
|
31 |
|
32 |
# Voice chat block
|
33 |
with gr.Blocks() as voice:
|
34 |
-
gr.
|
|
|
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>")
|