MSaadTariq commited on
Commit
aa9af15
1 Parent(s): bd86618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ file_transcribe = gr.Interface(
33
  lines=5),
34
  allow_flagging="never",
35
  description="Speak into the microphone or upload an audio file to transcribe it into text. This model uses a state-of-the-art speech recognition algorithm to recognize spoken words and phrases")
36
- )
37
 
38
 
39
  with demo:
 
33
  lines=5),
34
  allow_flagging="never",
35
  description="Speak into the microphone or upload an audio file to transcribe it into text. This model uses a state-of-the-art speech recognition algorithm to recognize spoken words and phrases")
36
+
37
 
38
 
39
  with demo: