Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ with gr.Blocks() as chat:
|
|
| 26 |
|
| 27 |
# Voice chat block
|
| 28 |
with gr.Blocks() as voice:
|
| 29 |
-
gr.HTML("<iframe src='https://
|
| 30 |
|
| 31 |
with gr.Blocks() as image:
|
| 32 |
gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|
|
|
|
| 26 |
|
| 27 |
# Voice chat block
|
| 28 |
with gr.Blocks() as voice:
|
| 29 |
+
gr.HTML("<iframe src='https://pratham0011-ai-voice-assistance.hf.space' width='100%' height='2000px' style='border-radius: 8px;' allow='microphone'></iframe>")
|
| 30 |
|
| 31 |
with gr.Blocks() as image:
|
| 32 |
gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
|