jonanfu commited on
Commit
2a0b220
·
1 Parent(s): 70e03c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")],