Update app.py
Browse files
app.py
CHANGED
@@ -54,4 +54,4 @@ def decipher(audio):
|
|
54 |
# Using Gradio's audio Interface
|
55 |
interface = gr.Interface(fn=decipher, inputs=gr.Audio(
|
56 |
source="microphone", type="filepath"), outputs="text")
|
57 |
-
interface.launch(
|
|
|
54 |
# Using Gradio's audio Interface
|
55 |
interface = gr.Interface(fn=decipher, inputs=gr.Audio(
|
56 |
source="microphone", type="filepath"), outputs="text")
|
57 |
+
interface.launch()
|