sudoping01 commited on
Commit
dd040d4
·
verified ·
1 Parent(s): 967d7b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,6 +71,5 @@ demo = gr.Interface(
71
  outputs=gr.Textbox(label="Transcription"),
72
  title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix",
73
  description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
74
- theme="default",
75
- enable_queue=True
76
  )
 
71
  outputs=gr.Textbox(label="Transcription"),
72
  title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix",
73
  description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
74
+ theme="default"
 
75
  )