Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Mega-Evolutions
/
One_Piece_Bounty_Bot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
One_Piece_Bounty_Bot
/
src
/
model
/
error
/
ChatWarning.py
github-actions[bot]
Automated sync from GitHub
71e71e8
4 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
102 Bytes
class
ChatWarning
(
Exception
):
def
__init__
(
self, message:
str
):
super
().__init__(message)