Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	fixed urls
#1
by
						
mahmutc
	
							
						- opened
							
					
    	
        app.py
    CHANGED
    
    | @@ -218,25 +218,25 @@ def gradio_interface(pdf_file, language): | |
| 218 | 
             
            # Ejemplos preconfigurados para la sección Examples
         | 
| 219 | 
             
            example_data = [
         | 
| 220 | 
             
                {
         | 
| 221 | 
            -
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To- | 
| 222 | 
             
                    "image": "Example/MckinseyTrends2024.png",
         | 
| 223 | 
             
                    "interview": "Example/McKinsey_en.mp3",
         | 
| 224 | 
             
                    "report_pdf": "Example/MckinseyTrends2024.pdf",
         | 
| 225 | 
             
                },
         | 
| 226 | 
             
                {
         | 
| 227 | 
            -
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To- | 
| 228 | 
             
                    "image": "Example/h2ogpt.png",
         | 
| 229 | 
             
                    "interview": "Example/h2ogpt.mp3",
         | 
| 230 | 
             
                    "report_pdf": "Example/h2ogpt.pdf",
         | 
| 231 | 
             
                },
         | 
| 232 | 
             
                {
         | 
| 233 | 
            -
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To- | 
| 234 | 
             
                    "image": "Example/RealEstateOutlookMS.png",
         | 
| 235 | 
             
                    "interview": "Example/RealEstateOutlookMS.mp3",
         | 
| 236 | 
             
                    "report_pdf": "Example/RealEstateOutlookMS.pdf",
         | 
| 237 | 
             
                },
         | 
| 238 | 
             
                {
         | 
| 239 | 
            -
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To- | 
| 240 | 
             
                    "image": "Example/ManualPatrimonio2023_es_es.png",
         | 
| 241 | 
             
                    "interview": "Example/ManualPatrimonio2023_es_es.mp3",
         | 
| 242 | 
             
                    "report_pdf": "Example/ManualPatrimonio2023_es_es.pdf",
         | 
|  | |
| 218 | 
             
            # Ejemplos preconfigurados para la sección Examples
         | 
| 219 | 
             
            example_data = [
         | 
| 220 | 
             
                {
         | 
| 221 | 
            +
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Dialogue/blob/main/Example/MckinseyTrends2024.pdf'>Mckinsey Trends 2024 <br><br>[Report in English - Interview in English]</a>",
         | 
| 222 | 
             
                    "image": "Example/MckinseyTrends2024.png",
         | 
| 223 | 
             
                    "interview": "Example/McKinsey_en.mp3",
         | 
| 224 | 
             
                    "report_pdf": "Example/MckinseyTrends2024.pdf",
         | 
| 225 | 
             
                },
         | 
| 226 | 
             
                {
         | 
| 227 | 
            +
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Dialogue/blob/main/Example/h2ogpt.pdf'>h2oGPT: Democratizing Large Language Models <br><br>[Report in English - Interview in Spanish]</a>",
         | 
| 228 | 
             
                    "image": "Example/h2ogpt.png",
         | 
| 229 | 
             
                    "interview": "Example/h2ogpt.mp3",
         | 
| 230 | 
             
                    "report_pdf": "Example/h2ogpt.pdf",
         | 
| 231 | 
             
                },
         | 
| 232 | 
             
                {
         | 
| 233 | 
            +
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Dialogue/blob/main/Example/RealEstateOutlookMS.pdf'>Real Estate Outlook 2024 Morgan Stanley <br><br>[Report in English - Interview in English]</a>",
         | 
| 234 | 
             
                    "image": "Example/RealEstateOutlookMS.png",
         | 
| 235 | 
             
                    "interview": "Example/RealEstateOutlookMS.mp3",
         | 
| 236 | 
             
                    "report_pdf": "Example/RealEstateOutlookMS.pdf",
         | 
| 237 | 
             
                },
         | 
| 238 | 
             
                {
         | 
| 239 | 
            +
                    "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Dialogue/blob/main/Example/ManualPatrimonio2023_es_es.pdf'>Manual de declaración de la Renta en España 2023 <br><br>[Report in Spanish - Interview in Spanish]</a>",
         | 
| 240 | 
             
                    "image": "Example/ManualPatrimonio2023_es_es.png",
         | 
| 241 | 
             
                    "interview": "Example/ManualPatrimonio2023_es_es.mp3",
         | 
| 242 | 
             
                    "report_pdf": "Example/ManualPatrimonio2023_es_es.pdf",
         | 
