Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anshrathore01
/
opinion-summarizer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
opinion-summarizer
/
src
/
utils
/
exception.py
Anshrathore01
Remove tracked venv and refine gitignore
6f953dc
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
class
CustomException
(
Exception
):
def
__init__
(
self, message
):
super
().__init__(message)