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