Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(title="Supernatural Speech AI") as demo:
|
|
123 |
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
126 |
-
audio_input = gr.Audio(
|
127 |
process_btn = gr.Button("Process Audio", variant="primary")
|
128 |
|
129 |
with gr.Column():
|
|
|
123 |
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
126 |
+
audio_input = gr.Audio(sources=["microphone"], type="numpy", label="Record Audio")
|
127 |
process_btn = gr.Button("Process Audio", variant="primary")
|
128 |
|
129 |
with gr.Column():
|