Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dragonxd1/musicbotV2
dragonxd1
/
DragMusicV2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6250eb0
DragMusicV2
/
DragMusic
/
utils
/
exceptions.py
taslim19
MusicV2
a8e9b84
2 months ago
raw
Copy download link
history
blame
Safe
97 Bytes
class
AssistantErr
(
Exception
):
def
__init__
(
self, errr:
str
):
super
().__init__(errr)