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