Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ def transcribe(audio):
|
|
7 |
text = modelo(audio)["text"]
|
8 |
return text
|
9 |
|
|
|
10 |
gr.Interface(
|
11 |
fn=transcribe,
|
12 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|
|
|
7 |
text = modelo(audio)["text"]
|
8 |
return text
|
9 |
|
10 |
+
|
11 |
gr.Interface(
|
12 |
fn=transcribe,
|
13 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|