Ë
    T^(hQ  ã                   ób  — d Z ddlZddlmZ ddlmZmZmZmZm	Z	 ddl
mZ ddlmZmZmZmZ ddlmZmZmZmZ dd	lmZmZ dd
lmZmZ ddlmZmZmZm Z  erddlm!Z!  ejD                  e#«      Z$ e«       rddl%m%Z% ndZ%d„ Z&d„ Z'd„ Z( G d„ ded¬«      Z) G d„ ded¬«      Z* G d„ de«      Z+dgZ,y)z
Processor class for SmolVLM.
é    N)Ú	timedelta)ÚTYPE_CHECKINGÚDictÚListÚOptionalÚUnioné   )ÚBatchFeature)Ú
ImageInputÚ
VideoInputÚmake_batched_videosÚmake_nested_list_of_images)ÚImagesKwargsÚProcessingKwargsÚProcessorMixinÚUnpack)ÚBatchEncodingÚ	TextInput)Úis_num2words_availableÚloggingé   )ÚDEFAULT_MEDIA_OUTTROÚDEFAULT_VIDEO_INTROÚFRAME_TIMESTAMP_MESSAGEÚsmolvlm_sample_indices_fn)ÚPreTokenizedInput)Ú	num2wordsc           	      ó¼   — d}t        |«      D ]4  }t        |«      D ]  }||› d|dz   › d|dz   › d�z   |› | z  z   z  }Œ! |dz  }Œ6 |d|› �|› z   |› | z  z   |› z   z  }|S )zKPrompt with expanded image tokens for when the image is split into patches.Ú z<row_r   Ú_col_ú>ú
)Úrange)	Úimage_seq_lenÚ
image_rowsÚ
image_colsÚfake_token_around_imageÚimage_tokenÚglobal_image_tokenÚtext_split_imagesÚn_hÚn_ws	            úl/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/transformers/models/smolvlm/processing_smolvlm.pyÚ_prompt_split_imager.   5   sÃ   € ð ÐÜ�ZÓ ò "ˆÜ˜Ó$ò 	ˆCØØ*Ð+°°s¸Q±w°i¸uÀSÈ1ÁWÀIÈQÐ/OÑOÐU`ÐTaÐerÑRrÑrñÑð	ð 	˜TÑ!Ñð"ð Ø
Ð$Ð%Ð&ØÐ ñ	"àˆM˜]Ñ
*ñ	+ð %Ð%ñ	'ñÐð Ðó    c                 ó&   — |› |› z   |› | z  z   |› z   S )z5Prompt with expanded image tokens for a single image.© )r$   r'   r(   r)   s       r-   Ú_prompt_single_imager2   J   s6   € ð #Ð
#ØÐ ñ	"àˆM˜]Ñ
*ñ	+ð %Ð%ñ	'ðr/   c                 óT   — | dk(  r|dk(  rt        ||||¬«      S t        || ||||«      S )Nr   )r'   r(   r)   )r2   r.   )r%   r&   r$   r'   r(   r)   s         r-   Úget_image_prompt_stringr4   T   sH   € ð �Q‚˜:¨š?Ü#ØØ$;Ø#Ø1ô	
ð 	
ô Ø�z :Ð/FÈÐUgóð r/   c                   ó8   — e Zd ZU ee   ed<   eeeef      ed<   y)ÚSmolVLMImagesKwargsÚreturn_row_col_infoÚmax_image_sizeN)	Ú__name__Ú
__module__Ú__qualname__r   ÚboolÚ__annotations__r   ÚstrÚintr1   r/   r-   r6   r6   c   s   … Ø! $™Ó'Ø˜T # s (™^Ñ,Ô,r/   r6   F)Útotalc                   ó.   — e Zd ZU eed<   ddddœddidœZy)ÚSmolVLMProcessorKwargsÚimages_kwargsTF)Úadd_special_tokensÚpaddingÚis_split_into_wordsr7   )Útext_kwargsrC   N)r9   r:   r;   r6   r=   Ú	_defaultsr1   r/   r-   rB   rB   h   s+   … Ø&Ó&ð #'ØØ#(ñ
ð " 4ð
ñ	�Ir/   rB   c                   ó<  ‡ — e Zd ZdZddgZddgZdZdZ	 ddede	e
   fˆ fd„Zdd	„Z	 	 	 	 dd
eeee   eee      f   deedee   ed   f   dedee   def
d„Zdeeee
e
f         dee   dee   deeee
ef         fd„Zd„ Zd„ Zed„ «       Z	 	 	 	 	 dˆ fd„	Zˆ xZS )ÚSmolVLMProcessoraø  
    Constructs a SmolVLM processor which wraps a LLama tokenizer and SmolVLM image processor into a single processor.

    [`SmolVLMProcessor`] offers all the functionalities of [`SmolVLMImageProcessor`] and [`SmolVLMTokenizerFast`]. See
    the docstring of [`~IdeficsProcessor.__call__`] and [`~IdeficsProcessor.decode`] for more information.

    Args:
        image_processor (`SmolVLMImageProcessor`):
            An instance of [`SmolVLMImageProcessor`]. The image processor is a required input.
        tokenizer (`PreTrainedTokenizerBase`, *optional*):
            An instance of [`PreTrainedTokenizerBase`]. This should correspond with the model's text model. The tokenizer is a required input.
        image_seq_len (`int`, *optional*, defaults to 169):
            The length of the image sequence i.e. the number of <image> tokens per image in the input.
            This parameter is used to build the string from the input prompt and image tokens and should match the
            value the model used. It is computed as: image_seq_len = int(((image_size // patch_size) ** 2) / (scale_factor**2))
        chat_template (`str`, *optional*): A Jinja template which will be used to convert lists of messages
            in a chat into a tokenizable string.
    Úimage_processorÚ	tokenizerr$   Úchat_templateÚSmolVLMImageProcessorÚAutoTokenizerc                 óê  •— t        |dd«      | _        t        |dd«      | _        t        |dd«      | _        t        |dd«      | _        || _        |j                  d	   | _        |j                  | _	        |j                  | _
        |j                  j                  d
d«      | _        |j                  d   | _        |j                  d   | _        t        st!        d«      ‚t#        ‰| �H  ||fd|i|¤Ž y )NÚfake_image_tokenz<fake_token_around_image>r(   z<image>Úend_of_utterance_tokenz<end_of_utterance>r)   z<global-img>Ú
video_sizeÚdo_image_splittingFÚ
max_framesÚfpszbPackage `num2words` is required to run SmolVLM processor. Install it with `pip install num2words`.rM   )ÚgetattrrQ   r(   rR   r)   r$   Úvideo_samplingrS   ÚsizeÚ
image_sizerT   ÚgetÚdo_video_splittingÚdefault_max_framesÚdefault_fpsr   ÚImportErrorÚsuperÚ__init__)ÚselfrK   rL   r$   rM   ÚkwargsÚ	__class__s         €r-   ra   zSmolVLMProcessor.__init__�   s÷   ø€ ô !(¨	Ð3EÐGbÓ cˆÔÜ" 9¨m¸YÓGˆÔÜ&-¨iÐ9QÐSgÓ&hˆÔ#Ü")¨)Ð5IÈ>Ó"ZˆÔØ*ˆÔà)×8Ñ8¸ÑFˆŒØ)×.Ñ.ˆŒà"1×"DÑ"DˆÔØ"1×"@Ñ"@×"DÑ"DÐEYÐ[`Ó"aˆÔà"1×"@Ñ"@ÀÑ"NˆÔØ*×9Ñ9¸%Ñ@ˆÔõ ÜØtóð ô 	‰Ñ˜¨)Ñ[À=Ð[ÐTZÓ[r/   c           
      óT  — |�(|D �cg c]  }|j                  | j                  «      ‘Œ }}|D �cg c]  }t        |«      ‘Œ }	} | j                  |f||dœ|d   ¤Ž}
|€d |
fS |	k7  rt	        d|› d|	› d�«      ‚|
j                  ddgt        |«      z  g«      }|
j                  ddgt        |«      z  g«      }g }t        |||«      D ]Ñ  \  }}}g }t        ||«      D ]O  \  }}t        ||| j                  | j                  | j                  | j                  ¬	«      }|j                  |«       ŒQ |j                  | j                  «      }t        |«      dk(  rt	        d
«      ‚|d   }t        |«      D ]  \  }}||||dz      z   z  }Œ |j                  |«       ŒÓ ||
fS c c}w c c}w )N)rT   rY   rC   z!The number of images in the text z and images z should be the same.Úrowsr   Úcols)r(   r'   r)   z.The image token should be present in the text.r   )Úcountr(   ÚlenrK   Ú
ValueErrorÚpopÚzipr4   r$   rQ   r)   ÚappendÚsplitÚ	enumerate)rb   ÚtextÚimagesÚoutput_kwargsrT   Úimage_processor_sizeÚsampleÚn_images_in_textÚsublistÚn_images_in_imagesÚimage_inputsr%   r&   Úprompt_stringsÚsample_rowsÚsample_colsÚimage_prompt_stringsÚn_rowsÚn_colsÚimage_prompt_stringÚsplit_sampleÚis                         r-   Úprocess_visionzSmolVLMProcessor.process_vision«   s  € ØÐØMQÖRÀ6 §¡¨T×-=Ñ-=Õ >ÐRÐÐRà:@ÖA¨wœc '�lÐAÐÐAØ+�t×+Ñ+Øð
Ø'9Ð@Tñ
ØXeÐfuÑXvñ
ˆð ˆ<Ø˜Ð%Ð%àÐ!1Ò1ÜØ3Ð4DÐ3EÀ\ÐRdÐQeÐeyÐzóð ð "×%Ñ% f°¨s´S¸³Y©Ð.?Ó@ˆ
Ø!×%Ñ% f°¨s´S¸³Y©Ð.?Ó@ˆ
àˆÜ03°D¸*ÀjÓ0Qò 	*Ñ,ˆF�K à#%Ð Ü"% k°;Ó"?ò 	A‘�˜Ü&=ØØØ×&Ñ&Ø $× 0Ñ 0Ø,0×,AÑ,AØ'+×'>Ñ'>ô'Ð#ð %×+Ñ+Ð,?Õ@ð	Að "Ÿ<™<¨×(8Ñ(8Ó9ˆLÜ�<Ó  AÒ%Ü Ð!QÓRÐRð " !‘_ˆFÜ*3Ð4HÓ*Iò DÑ&�Ð&ØÐ-°¸QÀ¹UÑ0CÑCÑC‘ðDà×!Ñ! &Õ)ð-	*ð0 ˜|Ð+Ð+ùòU  SùâAs
   ‡"F ¯F%rq   rp   r   Úvideosrc   Úreturnc                 ój  — |€|€|€t        d«      ‚|€|du |duz  rt        d«      ‚ | j                  t        fd| j                  j                  i|¤Ž}|�Œt        |t        «      r|g}n.t        |t        «      st        |d   t        «      st        d«      ‚t        |D �cg c]  }|j                  | j                  «      ‘Œ c}«      }|dkD  r|€|€t        d|› d�«      ‚t        «       }	|�Jt        |«      }| j                  |||| j                  | j                  ¬	«      \  }}
|	j!                  |
«       nK|�It#        |«      }| j                  |||| j                  | j$                  ¬	«      \  }}
|	j!                  |
«       |�( | j                  dd
|i|d   ¤Ž}|	j!                  |«       |	S c c}w )a°
  
        Processes the input prompts and returns a BatchEncoding.

        Example:

        ```python
        >>> import requests
        >>> from transformers import SmolVLMProcessor
        >>> from transformers.image_utils import load_image

        >>> processor = SmolVLMProcessor.from_pretrained("HuggingFaceM4/SmolVLM2-256M-Video-Instruct")
        >>> processor.image_processor.do_image_splitting = False  # Force as False to simplify the example

        >>> url1 = "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
        >>> url2 = "https://cdn.britannica.com/59/94459-050-DBA42467/Skyline-Chicago.jpg"

        >>> image1, image2 = load_image(url1), load_image(url2)
        >>> images = [[image1], [image2]]

        >>> text = [
        ...     "<image>In this image, we see",
        ...     "bla bla bla<image>",
        ... ]
        >>> outputs = processor(images=images, text=text, return_tensors="pt", padding=True)
        >>> input_ids = outputs.input_ids
        >>> input_tokens = processor.tokenizer.batch_decode(input_ids)
        >>> print(input_tokens)
        ['<|begin_of_text|><fake_token_around_image><global-img>((<image>)*169)<fake_token_around_image> In this image, we see', '<|reserved_special_token_0|><|reserved_special_token_0|><|reserved_special_token_0|><|begin_of_text|>bla bla bla<fake_token_around_image><global-img>((<image>)*169)<fake_token_around_image>']
        ```

        Args:
            images (`PIL.Image.Image`, `np.ndarray`, `torch.Tensor`, `List[PIL.Image.Image]`, `List[np.ndarray]`, `List[torch.Tensor]`, *optional*):
                The image or batch of images to be prepared. Each image can be a PIL image, NumPy array or PyTorch
                tensor. If is of type `List[ImageInput]`, it's assumed that this is for a single prompt i.e. of batch size 1.
            text (`Union[TextInput, PreTokenizedInput, List[TextInput], List[PreTokenizedInput]]`, *optional*):
                The sequence or batch of sequences to be encoded. Each sequence can be a string or a list of strings
                (pretokenized string). If the sequences are provided as list of strings (pretokenized), you must set
                `is_split_into_words=True` (to lift the ambiguity with a batch of sequences).
                Wherever an image token, `<image>` is encountered it is expanded to
                `<fake_token_around_image>` + `<row_x_col_y>` + `<image>` * `image_seq_len` * <fake_token_around_image>`.
            return_tensors (`Union[str, TensorType]`, *optional*):
                If set, will return tensors of a particular framework. See [`PreTrainedTokenizerFast.__call__`] for more
                information.
        Nz5You must provide one of `text`, `images` or `videos'.z4You must specify exactly one of `images` or `videos`Útokenizer_init_kwargsr   zAInvalid input text. Please provide a string, or a list of stringszWe detected z4 tokens in the text but no images/videos were passed)rT   rs   rp   rG   r1   )rj   Ú_merge_kwargsrB   rL   Úinit_kwargsÚ
isinstancer>   ÚlistÚsumrh   r(   r
   r   r‚   rT   rZ   Úupdater   rS   )rb   rq   rp   Úaudiorƒ   rc   rr   rt   ru   ÚinputsÚvision_inputsÚtext_inputss               r-   Ú__call__zSmolVLMProcessor.__call__Ù   sÜ  € ðh ˆ<˜F˜N¨v¨~ÜÐTÓUÐUàˆ<˜f¨˜n°¸tÐ1CÒDÜÐSÓTÐTà*˜×*Ñ*Ü"ñ
à"&§.¡.×"<Ñ"<ð
ð ñ
ˆð ÐÜ˜$¤Ô$Ø�v‘Ü ¤dÔ+´J¸tÀA¹wÌÔ4LÜ Ð!dÓeÐeÜ"ÐQUÖ#VÀv F§L¡L°×1AÑ1AÕ$BÒ#VÓWÐØ !Ò#¨¨¸F¸NÜ  <Ð0@Ð/AÐAuÐ!vÓwÐwä“ˆàÐÜ/°Ó7ˆFØ"&×"5Ñ"5ØØØØ#'×#:Ñ#:Ø%)§_¡_ð #6ó #ÑˆD�-ð �M‰M˜-Õ(ØÐÜ(¨Ó0ˆFØ"&×"5Ñ"5ØØØØ#'×#:Ñ#:Ø%)§_¡_ð #6ó #ÑˆD�-ð �M‰M˜-Ô(àÐØ(˜$Ÿ.™.ÑS¨dÐS°mÀMÑ6RÑSˆKØ�M‰M˜+Ô&àˆùò? $Ws   Â""F0ÚconversationsÚbatch_imagesÚbatch_videosÚbatch_video_metadatac                 ó  — t        j                  |«      }g g }}t        ||«      D ]·  \  }}	t        ||	«      D ]£  \  }
}t        |
d«      }t        |
d«      }t        |
d«      }g }t        ||«      D ]>  \  }}||z  }t	        |dz  «      }t	        |dz  «      }|j                  |d›d|d›�«       Œ@ |j                  |«       |j                  t        |«      «       Œ¥ Œ¹ |D �]"  }|D �]  }d|vrŒ	g }|d   D �]  }|j                  d«      d	k(  rÙ|j                  d
«      }|j                  d
«      }t        t	        «      ¬«      }|j                  dt        j                  t        |«      t        |«      ¬«      dœ«       t        |«      D ]@  \  }}|j                  dt        j                  |¬«      dœ«       |j                  ddi«       ŒB |j                  dt         dœ«       Œñ|j                  |«       �Œ ||d<   �Œ �Œ% |S )a  
        Used within `apply_chat_template` when a model has special way to process conversation history. For example,
        video models might want to specify in the prompt the duration of video or which frame indices at which timestamps
        were sampled. This information cannot be accessed before the video is loaded.
        For most models it is a no-op, must be overriden by model processors which require special processing.
        Args:
            conversation (`List[Dict, str, str]`):
                The conversation to process. Always comes in batched format.
            batch_images (`List[List[ImageInput]]`):
                Batch of images that were loaded from url/path defined in the conversation. The images
                are ordered in the same way as in the conversation. Comes in nested list format, one list of `PIL` images
                per batch.
            batch_videos (`List[List[ImageInput]]`):
                Batch of videos that were loaded from url/path defined in the conversation. The videos
                are ordered in the same way as in the conversation. Comes in nested list format, one list of 4D video arrays
                per batch.
            batch_video_metadata (`List[List[Dict[[str, any]]]]`):
                Batch of metadata returned from loading videos. That includes video fps, duration and total number of framer in original video.
                Metadata are ordered in the same way as `batch_videos`. Comes in nested list format, one list of 4D video arrays
                per batch.
        ÚdurationÚframes_indicesrV   é<   Ú02dú:ÚcontentÚtypeÚvideor   )Úsecondsrp   )Úframe_countÚvideo_duration)r�   rp   )Ú	timestampÚimage)ÚcopyÚdeepcopyrl   rW   r?   rm   ri   r[   rk   r   r   Úformatr   r>   ro   r   r   )rb   r’   r“   r”   r•   Úchat_template_kwargsÚbatch_num_framesÚbatch_timestampsÚmetadata_listÚ
video_listÚmetadatarž   Úduration_secÚ
frames_idxrV   Ú
timestampsÚidxÚframe_npÚsecÚmmÚssÚconversationÚmsgÚnew_contentÚblockÚcurr_timestampsÚcurr_num_framesÚtdr�   Útss                                 r-   Ú#_process_messages_for_chat_templatez4SmolVLMProcessor._process_messages_for_chat_template?  s=  € ô> Ÿ™ mÓ4ˆØ-/°Ð*ÐÜ),Ð-AÀ<Ó)Pò 	4Ñ%ˆM˜:Ü#& }°jÓ#Aò 4‘�˜%Ü& x°Ó<�Ü$ XÐ/?Ó@�
Ü˜h¨Ó.�à�
Ü%(¨°UÓ%;ò <‘M�C˜Ø ™)�CÜ˜S B™Y›�BÜ˜S 2™X›�BØ×%Ñ%¨¨C¨°°"°S°Ð&:Õ;ð	<ð
 !×'Ñ'¨
Ô3Ø ×'Ñ'¬¨E«
Õ3ñ4ð	4ð *ó $	-ˆLà#ó "-�Ø CÑ'Øà �Ø  ™^ó 2�EØ—y‘y Ó(¨GÒ3Ø*:×*>Ñ*>¸qÓ*A˜Ø*:×*>Ñ*>¸qÓ*A˜ô '¬s°<Ó/@ÔA˜Ø#×*Ñ*à(.Ü(;×(BÑ(BÜ09¸/Ó0JÔ[^Ð_aÓ[bô)"ñôô &/¨Ó%?ò B™E˜A˜rØ'×.Ñ.¸ÔH_×HfÑHfÐqsÔHtÑ/uÔvØ'×.Ñ.°¸Ð/@ÕAðBð
 $×*Ñ*°FÔDXÑ+YÕZð $×*Ñ*¨5Ö1ð52ð: "-��I“òE"-ð$	-ðJ Ðr/   c                 ó>   —  | j                   j                  |i |¤Ž}|S )zÄ
        This method forwards all its arguments to SmolVLMTokenizerFast's [`~PreTrainedTokenizer.batch_decode`]. Please
        refer to the docstring of this method for more information.
        )rL   Úbatch_decode)rb   Úargsrc   Úbatched_decode_outputs       r-   r¿   zSmolVLMProcessor.batch_decode–  s&   € ð
 !< §¡× ;Ñ ;¸TÐ LÀVÑ LÐØ$Ð$r/   c                 ó>   —  | j                   j                  |i |¤Ž}|S )z¾
        This method forwards all its arguments to SmolVLMTokenizerFast's [`~PreTrainedTokenizer.decode`]. Please refer to
        the docstring of this method for more information.
        )rL   Údecode)rb   rÀ   rc   Údecode_outputs       r-   rÃ   zSmolVLMProcessor.decodež  s%   € ð
 .˜Ÿ™×-Ñ-¨tÐ>°vÑ>ˆØÐr/   c                 óœ   — | j                   j                  }| j                  j                  }t        t        j                  ||z   «      «      S )N)rL   Úmodel_input_namesrK   rŠ   ÚdictÚfromkeys)rb   Útokenizer_input_namesÚimage_processor_input_namess      r-   rÆ   z"SmolVLMProcessor.model_input_names¦  s?   € à $§¡× @Ñ @ÐØ&*×&:Ñ&:×&LÑ&LÐ#Ü”D—M‘MÐ"=Ð@UÑ"UÓVÓWÐWr/   c                 ó†   •‡‡‡— ‰€| j                   n‰Š‰€| j                  n‰Šˆˆˆfd„}|s|}t        ‰	| �  |f||dœ|¤ŽS )Nc                 ó$   •— t        | f‰‰‰dœ|¤ŽS )N)rU   Ú
target_fpsÚ	skip_secs)r   )r¬   Ú	fn_kwargsrU   rÎ   rÍ   s     €€€r-   Úsample_indices_fn_funczDSmolVLMProcessor.apply_chat_template.<locals>.sample_indices_fn_funcº  s(   ø€ Ü,ØðØ%/¸JÐR[ñØ_hñð r/   )Úvideo_load_backendÚsample_indices_fn)r]   r^   r`   Úapply_chat_template)
rb   rµ   rU   rÍ   rÎ   rÑ   rÒ   rc   rÐ   rd   s
     ```    €r-   rÓ   z$SmolVLMProcessor.apply_chat_template­  sa   û€ ð 1;Ð0B�T×,Ò,È
ˆ
Ø)3Ð);�T×%Ò%Àˆ
ö	ñ !Ø 6ÐÜ‰wÑ*Øð
Ø-?ÐSdñ
Øhnñ
ð 	
r/   )Né©   N)FN)NNNN)NNr   ÚpyavN)r9   r:   r;   Ú__doc__Ú
attributesÚvalid_kwargsÚimage_processor_classÚtokenizer_classr?   r   r>   ra   r‚   r   r   r   r   r   r   rB   r   r‘   r   Úanyr½   r¿   rÃ   ÚpropertyrÆ   rÓ   Ú__classcell__)rd   s   @r-   rJ   rJ   w   st  ø„ ñð& $ [Ð1€JØ# _Ð5€LØ3ÐØ%€Oð imñ\Ø>Að\ØX`ÐadÑXeõ\ó6,,ð` OSØbfØØ!ñdà�j $ zÑ"2°D¸¸jÑ9IÑ4JÐJÑKðdð �IÐ2°D¸±OÀTÐJ]ÑE^Ð^Ñ_ðdð
 ðdð Ð/Ñ0ðdð 
ódðLUà˜D  c¨3 h¡Ñ0Ñ1ðUð ˜:Ñ&ðUð ˜:Ñ&ð	Uð
 # 4¨¨S°#¨X©Ñ#7Ñ8óUòn%òð ñXó ðXð ØØØ!Ø÷
ñ 
r/   rJ   )-rÖ   r¤   Údatetimer   Útypingr   r   r   r   r   Úfeature_extraction_utilsr
   Úimage_utilsr   r   r   r   Úprocessing_utilsr   r   r   r   Útokenization_utils_baser   r   Úutilsr   r   Úvideo_processing_smolvlmr   r   r   r   r   Ú
get_loggerr9   Úloggerr   r.   r2   r4   r6   rB   rJ   Ú__all__r1   r/   r-   ú<module>ré      s­   ðñó Ý ß =Õ =å 4÷ó ÷ WÓ Vß ?ß 4÷ó ñ Ý<à	ˆ×	Ñ	˜HÓ	%€ñ ÔÞ#à€Iòò*òô-˜,¨eõ -ô
Ð-°Uõ ôN
�~ô N
ðb
 Ð
�r/   