KingNish commited on
Commit
7804758
1 Parent(s): de058f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -32,11 +32,7 @@ with gr.Blocks(
32
 
33
  # Voice chat block
34
  with gr.Blocks() as voice:
35
- gr.Markdown("Sometimes, it takes because of long queue")
36
- with gr.Row():
37
- audio_input = gr.Audio(label="Voice Chat (BETA)", sources="microphone", type="filepath", waveform_options=False)
38
- output = gr.Audio(label="OUTPUT", type="filepath", interactive=False, autoplay=True, elem_classes="audio")
39
- audio_input.change( fn=respond, inputs=[audio_input], outputs=[output], queue=False)
40
 
41
  with gr.Blocks() as image:
42
  gr.HTML("<iframe src='https://kingnish-image-gen-pro.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
 
32
 
33
  # Voice chat block
34
  with gr.Blocks() as voice:
35
+ gr.Markdown("Work in Progress")
 
 
 
 
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>")