Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def transcribe(audio):
|
|
15 |
|
16 |
|
17 |
# Corrected Gradio UI
|
18 |
-
gr.Interface(
|
19 |
fn=transcribe,
|
20 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
21 |
outputs="text",
|
|
|
15 |
|
16 |
|
17 |
# Corrected Gradio UI
|
18 |
+
app = gr.Interface(
|
19 |
fn=transcribe,
|
20 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
21 |
outputs="text",
|