ai / bt-source /panel /script /mail_task.py
GGSheng's picture
feat: deploy Gemma 4 to hf space
17e971c verified
#coding: utf-8
import os,sys
sys.path.insert(0,"/www/server/panel/class/")
try:
import send_to_user
msg=send_to_user.send_to_user()
msg.main()
except:
pass