Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -990,7 +990,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
990 |
input_text = gr.Textbox(label="Enter keyword to analyze", placeholder="e.g. artificial intelligence")
|
991 |
|
992 |
with gr.Row():
|
993 |
-
audio_input = gr.Audio(
|
994 |
voice_submit_btn = gr.Button("Convert Voice to Text", variant="secondary")
|
995 |
|
996 |
# Add SERP settings
|
|
|
990 |
input_text = gr.Textbox(label="Enter keyword to analyze", placeholder="e.g. artificial intelligence")
|
991 |
|
992 |
with gr.Row():
|
993 |
+
audio_input = gr.Audio(type="filepath", label="Or use voice search")
|
994 |
voice_submit_btn = gr.Button("Convert Voice to Text", variant="secondary")
|
995 |
|
996 |
# Add SERP settings
|