mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
6 lines
103 B
Python
6 lines
103 B
Python
|
|
from transformers import CLIPImageProcessor
|
||
|
|
|
||
|
|
|
||
|
|
class CustomImageProcessor(CLIPImageProcessor):
|
||
|
|
pass
|