Spaces:
Runtime error
Runtime error
Commit
·
0b3bc06
1
Parent(s):
cfbe055
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ def transcribe(audio):
|
|
41 |
|
42 |
|
43 |
get_intent = gr.Interface(fn = transcribe,
|
44 |
-
inputs=[gr.Textbox(label="Enter Text Input", type="text"),gr.Audio(source="microphone", type="filepath")]
|
45 |
outputs="text").launch()
|
46 |
|
|
|
41 |
|
42 |
|
43 |
get_intent = gr.Interface(fn = transcribe,
|
44 |
+
inputs=[gr.Textbox(label="Enter Text Input", type="text"),gr.Audio(source="microphone", type="filepath")],
|
45 |
outputs="text").launch()
|
46 |
|