Merge branch 'main' of https://huggingface.co/spaces/hchcsuim/Automatic-Speech-Recognition-Speech-to-Text
Browse files
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, # 減少最大線程數,提高穩定性
|