q1n0 commited on
Commit
7158f52
1 Parent(s): 3fe7aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def transcribe(audio):
18
  demo = gr.Interface(
19
  transcribe,
20
  gr.Audio(sources=["microphone"]),
21
- "text",
22
  )
23
 
24
  demo.launch()
 
18
  demo = gr.Interface(
19
  transcribe,
20
  gr.Audio(sources=["microphone"]),
21
+ "text"
22
  )
23
 
24
  demo.launch()