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