Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
·
642d01b
1
Parent(s):
7f2b443
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def trabscribe(audio):
|
|
140 |
13:"lost : report about losing a card product"}
|
141 |
return labels[y_hat]
|
142 |
|
143 |
-
|
144 |
get_intent = gr.Interface(fn = transcribe,
|
145 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
146 |
outputs="text").launch()
|
|
|
140 |
13:"lost : report about losing a card product"}
|
141 |
return labels[y_hat]
|
142 |
|
143 |
+
|
144 |
get_intent = gr.Interface(fn = transcribe,
|
145 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
146 |
outputs="text").launch()
|