o
    ef                     @   s    d dl mZ G dd deZdS )   )InferenceModelc                       s&   e Zd ZdZdef fddZ  ZS )	CLIPModelz4
    Run inference on CLIP, hosted on Roboflow.
    api_keyc                    s   t  j|dd dS )ze
        Initialize a CLIP model.

        Args:
            api_key: Your Roboflow API key.
        
BASE_MODEL)r   
version_idN)super__init__)selfr   	__class__ C/var/www/myenv/lib/python3.10/site-packages/roboflow/models/clip.pyr   	   s   zCLIPModel.__init__)__name__
__module____qualname____doc__strr   __classcell__r   r   r
   r   r      s    r   N)	inferencer   r   r   r   r   r   <module>   s    