page / bt-source /panel /BT-Task
GGSheng's picture
feat: deploy Gemma 4 to hf space
a757bd3 verified
#!/www/server/panel/pyenv/bin/python
#coding: utf-8
# +-------------------------------------------------------------------
# | 宝塔Linux面板
# +-------------------------------------------------------------------
# | Copyright (c) 2015-2099 宝塔软件(http://bt.cn) All rights reserved.
# +-------------------------------------------------------------------
# | Author: hwliang <hwl@bt.cn>
# +-------------------------------------------------------------------
import os,sys
os.chdir('/www/server/panel')
import task
task.main()