Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ def transcribe(audio):
|
|
67 |
# Define the Gradio UI interface
|
68 |
# ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
|
69 |
ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs=['text','audio'])
|
70 |
-
ui.launch(
|
|
|
67 |
# Define the Gradio UI interface
|
68 |
# ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="text")
|
69 |
ui = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs=['text','audio'])
|
70 |
+
ui.launch(debug=True)
|