hchcsuim commited on
Commit
2ab7dcf
·
2 Parent(s): ab13a4e 0a2b625

Merge branch 'main' of https://huggingface.co/spaces/hchcsuim/Automatic-Speech-Recognition-Speech-to-Text

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1048,6 +1048,7 @@ if __name__ == "__main__":
1048
  import os
1049
  is_spaces = os.environ.get("SPACE_ID") is not None
1050
 
 
1051
  demo.launch(
1052
  # debug=True,
1053
  # max_threads=4, # 減少最大線程數,提高穩定性
 
1048
  import os
1049
  is_spaces = os.environ.get("SPACE_ID") is not None
1050
 
1051
+ # test
1052
  demo.launch(
1053
  # debug=True,
1054
  # max_threads=4, # 減少最大線程數,提高穩定性