AdamyaG commited on
Commit
68f8169
1 Parent(s): 5f7232d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://pratham0011-ai-voice-assistance.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></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>")
 
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>")