Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ryefoxlime
/
TADBot
like
0
Text Generation
Transformers
Safetensors
nbertagnolli/counsel-chat
English
therapy
chat-bot
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
0e084be
TADBot
/
hello.py
ryefoxlime
Restructured the project files
0e084be
3 months ago
raw
Copy download link
history
blame
Safe
84 Bytes
def
main
():
print
(
"Hello from tadbot!"
)
if
__name__ ==
"__main__"
:
main()