kritias commited on
Commit
c9f57e4
1 Parent(s): 13112a7

Revert : app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,7 +9,6 @@ from src import commons, utils
9
  import gradio as gr
10
  from src.models import SynthesizerTrn
11
  from src.text import text_to_sequence, _clean_text
12
- from src.mel_processing import spectrogram_torch
13
 
14
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
15
 
@@ -150,4 +149,4 @@ if __name__ == '__main__':
150
  return [];
151
  }}""")
152
 
153
- app.queue(concurrency_count=5).launch(show_api=False)
 
9
  import gradio as gr
10
  from src.models import SynthesizerTrn
11
  from src.text import text_to_sequence, _clean_text
 
12
 
13
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
14
 
 
149
  return [];
150
  }}""")
151
 
152
+ app.queue(concurrency_count=3).launch(show_api=False)