Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GGSheng
/
ai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai
/
bt-source
/
panel
/
script
/
mail_task.py
GGSheng
feat: deploy Gemma 4 to hf space
17e971c
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
172 Bytes
#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