hchcsuim commited on
Commit
0a2b625
·
verified ·
1 Parent(s): bef2896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -960,6 +960,7 @@ if __name__ == "__main__":
960
  import os
961
  is_spaces = os.environ.get("SPACE_ID") is not None
962
 
 
963
  demo.launch(
964
  # debug=True,
965
  # max_threads=4, # 減少最大線程數,提高穩定性
 
960
  import os
961
  is_spaces = os.environ.get("SPACE_ID") is not None
962
 
963
+ # test
964
  demo.launch(
965
  # debug=True,
966
  # max_threads=4, # 減少最大線程數,提高穩定性