
    ;3h                     &    d dl mZ  G d de      Zy)    )	Componentc                   *    e Zd Zd Zd Zd Zd Zd Zy)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     Z/var/www/html/audio-gradio/venv/lib/python3.12/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!      s    ,=y =r   