§
    ÷ö+j!  ã                   ó:   — d dl mZ d dlmZ  G d„ de¦  «        ZdS )é    )Ú	Component)ÚEventsc                   ó<   — e Zd Zej        gZd„ Zd„ Zd„ Zd„ Z	d„ Z
dS )ÚFallbackc                 ó   — |S )a  
        This docstring is used to generate the docs for this custom component.
        Parameters:
            payload: the data to be preprocessed, sent from the frontend
        Returns:
            the data after preprocessing, sent to the user's function in the backend
        © )ÚselfÚpayloads     ú^/home/wildlama/visual-decline/.venv/lib/python3.11/site-packages/gradio/components/fallback.pyÚ
preprocesszFallback.preprocess   s	   € ð ˆó    c                 ó   — |S )a  
        This docstring is used to generate the docs for this custom component.
        Parameters:
            payload: the data to be postprocessed, sent from the user's function in the backend
        Returns:
            the data after postprocessing, sent to the frontend
        r   )r	   Úvalues     r   ÚpostprocesszFallback.postprocess   s	   € ð ˆr   c                 ó
   — ddiS ©NÚfooÚbarr   ©r	   s    r   Úexample_payloadzFallback.example_payload   ó   € Øuˆ~Ðr   c                 ó
   — ddiS r   r   r   s    r   Úexample_valuezFallback.example_value   r   r   c                 ó   — i ddœS )Nzany valid json)ÚtypeÚdescriptionr   r   s    r   Úapi_infozFallback.api_info"   s   € ØÐ+;Ð<Ð<Ð<r   N)Ú__name__Ú
__module__Ú__qualname__r   ÚchangeÚEVENTSr   r   r   r   r   r   r   r   r   r      sh   € € € € € ØŒmˆ_€Fðð ð ðð ð ðð ð ðð ð ð=ð =ð =ð =ð =r   r   N)Úgradio.components.baser   Úgradio.eventsr   r   r   r   r   ú<module>r%      s]   ðØ ,Ð ,Ð ,Ð ,Ð ,Ð ,Ø  Ð  Ð  Ð  Ð  Ð  ð=ð =ð =ð =ð =ˆyñ =ô =ð =ð =ð =r   