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...
017d71a
ai
/
bt-source
/
panel
/
script
/
flush_soft.py
GGSheng
feat: deploy Gemma 4 to hf space
17e971c
verified
15 days ago
raw
Copy download link
history
blame
158 Bytes
#coding: utf-8
import
sys,os
os.chdir(
'/www/server/panel/'
)
sys.path.insert(
0
,
"class/"
)
import
PluginLoader
cid = sys.argv[-
1
]
PluginLoader.get_soft_list(cid)