TheStinger commited on
Commit
7f7eb59
·
1 Parent(s): 905e520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def main():
18
  Need help with AI? [Join AI Hub!](https://discord.gg/aihub)
19
  """
20
  )
21
- demo.queue(concurrency_count=511, max_size=1022).launch(share=True)
22
 
23
  def create_spectrogram_and_get_info(audio_file):
24
  # Clear figure in case it has data in it
 
18
  Need help with AI? [Join AI Hub!](https://discord.gg/aihub)
19
  """
20
  )
21
+ demo.queue(max_size=1022).launch(share=True)
22
 
23
  def create_spectrogram_and_get_info(audio_file):
24
  # Clear figure in case it has data in it