Spaces:
Sleeping
Sleeping
filepath audio changed
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
|
|
65 |
text_button.click(fn=extract_from_text, inputs=text_input, outputs=text_output)
|
66 |
|
67 |
with gr.Tab("Audio Input (.wav)"):
|
68 |
-
audio_input = gr.Audio(type="
|
69 |
audio_output = gr.Textbox(label="Extracted Address")
|
70 |
audio_button = gr.Button("Extract Address")
|
71 |
|
|
|
65 |
text_button.click(fn=extract_from_text, inputs=text_input, outputs=text_output)
|
66 |
|
67 |
with gr.Tab("Audio Input (.wav)"):
|
68 |
+
audio_input = gr.Audio(type="filepath", label="Upload a .wav Audio File")
|
69 |
audio_output = gr.Textbox(label="Extracted Address")
|
70 |
audio_button = gr.Button("Extract Address")
|
71 |
|