action / bt-source /panel /script /flush_soft.py
GGSheng's picture
feat: deploy Gemma 4 to hf space
020c337 verified
#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)