Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,11 @@ with demo:
|
|
106 |
|
107 |
|
108 |
with gr.Row():
|
109 |
-
|
|
|
|
|
|
|
|
|
110 |
|
111 |
with gr.Row():
|
112 |
|
|
|
106 |
|
107 |
|
108 |
with gr.Row():
|
109 |
+
audio = gr.Audio(source='microphone',type='filepath',label='Audio Input: Describe the Netflix show you would like to watch..')
|
110 |
+
|
111 |
+
with gr.Row():
|
112 |
+
query = gr.Textbox(label='Transcribed Text')
|
113 |
+
audio.Change(asr,audio,query)
|
114 |
|
115 |
with gr.Row():
|
116 |
|