Vaibhav Srivastav commited on
Commit
be02097
1 Parent(s): 208ffe2

adding queuing

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -64,4 +64,6 @@ gr.Interface(return_all_predictions,
64
  title="ASR using Wav2Vec2/ Hubert & pyctcdecode",
65
  description = "Comparing greedy decoder with beam search CTC decoder, record/ drop your audio!",
66
  layout = "horizontal",
67
- examples = [["test1.wav", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]], theme="huggingface").launch()
 
 
 
64
  title="ASR using Wav2Vec2/ Hubert & pyctcdecode",
65
  description = "Comparing greedy decoder with beam search CTC decoder, record/ drop your audio!",
66
  layout = "horizontal",
67
+ examples = [["test1.wav", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]],
68
+ theme="huggingface",
69
+ enable_queue=True).launch()