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

update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -961,12 +961,12 @@ if __name__ == "__main__":
961
  is_spaces = os.environ.get("SPACE_ID") is not None
962
 
963
  demo.launch(
964
- debug=True,
965
- max_threads=4, # 減少最大線程數,提高穩定性
966
- show_error=True, # 顯示錯誤詳情
967
- server_name="0.0.0.0", # 明確指定監聽所有接口
968
- server_port=7860, # 指定端口
969
- quiet=False, # 顯示所有日誌
970
- prevent_thread_lock=True, # 防止線程鎖定
971
- share=is_spaces # 在 Spaces 環境中啟用分享
972
  )
 
961
  is_spaces = os.environ.get("SPACE_ID") is not None
962
 
963
  demo.launch(
964
+ # debug=True,
965
+ # max_threads=4, # 減少最大線程數,提高穩定性
966
+ # show_error=True, # 顯示錯誤詳情
967
+ # server_name="0.0.0.0", # 明確指定監聽所有接口
968
+ # server_port=7860, # 指定端口
969
+ # quiet=False, # 顯示所有日誌
970
+ # prevent_thread_lock=True, # 防止線程鎖定
971
+ # share=is_spaces # 在 Spaces 環境中啟用分享
972
  )