Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
planRun
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46f5c01
planRun
/
some_base_method
/
bx
/
demo_call.py
sanbo
update sth. at 2025-01-08 13:44:20
9599fd6
about 2 months ago
raw
Copy download link
history
blame
Safe
204 Bytes
from
some_base_method.bx.DegptModel
import
DegptModel
if
__name__ ==
'__main__'
:
manager = DegptModel()
manager.reload_check()
# 调用的是 Degpt 的实现
print
(manager.get_auto_model())