o
    e9                     @   s@   d Z ddlmZ ddlmZ ddlmZ G dd deeeZdS )zgr.Carousel() component.    )SimpleSerializable)IOComponent)
Changeablec                   @   s   e Zd ZdZdd ZdS )Carouselz
    Deprecated Component
    c                 O   s   t d)NzThe Carousel component is deprecated. Please consider using the Gallery component, which can be used to display images (and optional captions).)DeprecationWarning)selfargskwargs r
   JD:\Projects\ConvertPro\env\Lib\site-packages\gradio/components/carousel.py__init__   s   zCarousel.__init__N)__name__
__module____qualname____doc__r   r
   r
   r
   r   r   	   s    r   N)r   Zgradio_client.serializingr   Zgradio.components.baser   Zgradio.eventsr   r   r
   r
   r
   r   <module>   s
    