Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,8 @@ def run_assistant(audio):
|
|
91 |
|
92 |
with gr.Blocks() as demo:
|
93 |
gr.Markdown("# Voice-Activated Restaurant Assistant")
|
94 |
-
audio_input = gr.Audio(type="filepath", label="Speak Now"
|
|
|
|
|
95 |
|
96 |
demo.launch()
|
|
|
91 |
|
92 |
with gr.Blocks() as demo:
|
93 |
gr.Markdown("# Voice-Activated Restaurant Assistant")
|
94 |
+
audio_input = gr.Audio(type="filepath", label="Speak Now")
|
95 |
+
|
96 |
+
output_text = gr.Textbox(label="Transcription")
|
97 |
|
98 |
demo.launch()
|