Reihaneh commited on
Commit
6f5a01e
·
1 Parent(s): 15cb4d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def transcribe(audio):
15
 
16
 
17
  demo = gr.Interface(
 
18
  title = title,
19
  transcribe,
20
  gr.Audio(sources=["upload"]),
 
15
 
16
 
17
  demo = gr.Interface(
18
+
19
  title = title,
20
  transcribe,
21
  gr.Audio(sources=["upload"]),