
    Pi                     .    d dl mZ  G d de          ZdS )    )	Componentc                   ,    e Zd 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     n/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/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   r   r   r   r   r   r   r
   r   r      s_                = = = = =r   r   N)gradio.components.baser   r   r   r   r
   <module>r!      sK    , , , , , ,= = = = =y = = = = =r   