Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
·
191715b
1
Parent(s):
a8469c6
Update app.py
Browse files
app.py
CHANGED
@@ -145,5 +145,6 @@ def trabscribe(audio):
|
|
145 |
|
146 |
print(y_hat)
|
147 |
get_intent = gr.Interface(fn = transcribe,
|
148 |
-
|
|
|
149 |
|
|
|
145 |
|
146 |
print(y_hat)
|
147 |
get_intent = gr.Interface(fn = transcribe,
|
148 |
+
inputs=gr.Audio(source="microphone", type="filepath"),
|
149 |
+
outputs="text").launch()
|
150 |
|