Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def transcribe(audio):
|
|
56 |
# demo.launch()
|
57 |
|
58 |
demo=gr.Interface(
|
59 |
-
|
60 |
inputs=[
|
61 |
gr.Audio(sources=["microphone","upload"], type="filepath"),
|
62 |
],
|
|
|
56 |
# demo.launch()
|
57 |
|
58 |
demo=gr.Interface(
|
59 |
+
transcribe,
|
60 |
inputs=[
|
61 |
gr.Audio(sources=["microphone","upload"], type="filepath"),
|
62 |
],
|