abidlabs HF Staff commited on
Commit
43ad798
·
1 Parent(s): 4ce57f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def sentiment(checked_options, diarized):
59
  customer_sentiments.append(speaker_speech, None)
60
  return customer_sentiments
61
 
62
- demo = gr.Blocks()
63
  demo.encrypt = False
64
 
65
  with demo:
 
59
  customer_sentiments.append(speaker_speech, None)
60
  return customer_sentiments
61
 
62
+ demo = gr.Blocks(enable_queue=True)
63
  demo.encrypt = False
64
 
65
  with demo: