protestToViolence

Results 4 issues of protestToViolence

Please fix the compatibility with latest streamlit upgrade. Thank you,

bug
stale

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I am using following in streamlit: model = torch.hub.load('yolov5',...

question
Stale

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description We train a object detection model on a certain resolution....

enhancement

>>> from detoxify import Detoxify >>> results = Detoxify('original').predict('example text') Traceback (most recent call last): File "", line 1, in File "C:\Users\asfac\anaconda3\envs\yoloe\lib\site-packages\detoxify\detoxify.py", line 104, in __init__ self.model, self.tokenizer, self.class_names =...