Reihaneh commited on
Commit
15cb4d2
·
1 Parent(s): 8d13e33

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
  transcribe,
19
  gr.Audio(sources=["upload"]),
20
  "text",
 
15
 
16
 
17
  demo = gr.Interface(
18
+ title = title,
19
  transcribe,
20
  gr.Audio(sources=["upload"]),
21
  "text",