AIPeterWorld commited on
Commit
1ba9d2a
verified
1 Parent(s): 12bf62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -217,25 +217,25 @@ def gradio_interface(pdf_file, language):
217
  # Ejemplos preconfigurados para la secci贸n Examples
218
  example_data = [
219
  {
220
- "report_name": "<a href='https://huggingface.co/spaces/peter020202/Doc-To-Interview-Generator/blob/main/Example/MckinseyTrends2024.pdf'>Mckinsey Trends 2024 <br><br>[Report in English - Interview in English]</a>",
221
  "image": "Example/MckinseyTrends2024.png",
222
  "interview": "Example/McKinsey_en.mp3",
223
  "report_pdf": "Example/MckinseyTrends2024.pdf",
224
  },
225
  {
226
- "report_name": "<a href='https://huggingface.co/spaces/peter020202/Doc-To-Interview-Generator/blob/main/Example/h2ogpt.pdf'>h2oGPT: Democratizing Large Language Models <br><br>[Report in English - Interview in Spanish]</a>",
227
  "image": "Example/h2ogpt.png",
228
  "interview": "Example/h2ogpt.mp3",
229
  "report_pdf": "Example/h2ogpt.pdf",
230
  },
231
  {
232
- "report_name": "<a href='https://huggingface.co/spaces/peter020202/Doc-To-Interview-Generator/blob/main/Example/RealEstateOutlookMS.pdf'>Real Estate Outlook 2024 Morgan Stanley <br><br>[Report in English - Interview in English]</a>",
233
  "image": "Example/RealEstateOutlookMS.png",
234
  "interview": "Example/RealEstateOutlookMS.mp3",
235
  "report_pdf": "Example/RealEstateOutlookMS.pdf",
236
  },
237
  {
238
- "report_name": "<a href='https://huggingface.co/spaces/peter020202/Doc-To-Interview-Generator/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>",
239
  "image": "Example/ManualPatrimonio2023_es_es.png",
240
  "interview": "Example/ManualPatrimonio2023_es_es.mp3",
241
  "report_pdf": "Example/ManualPatrimonio2023_es_es.pdf",
 
217
  # Ejemplos preconfigurados para la secci贸n Examples
218
  example_data = [
219
  {
220
+ "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Interview-Generator/blob/main/Example/MckinseyTrends2024.pdf'>Mckinsey Trends 2024 <br><br>[Report in English - Interview in English]</a>",
221
  "image": "Example/MckinseyTrends2024.png",
222
  "interview": "Example/McKinsey_en.mp3",
223
  "report_pdf": "Example/MckinseyTrends2024.pdf",
224
  },
225
  {
226
+ "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Interview-Generator/blob/main/Example/h2ogpt.pdf'>h2oGPT: Democratizing Large Language Models <br><br>[Report in English - Interview in Spanish]</a>",
227
  "image": "Example/h2ogpt.png",
228
  "interview": "Example/h2ogpt.mp3",
229
  "report_pdf": "Example/h2ogpt.pdf",
230
  },
231
  {
232
+ "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Interview-Generator/blob/main/Example/RealEstateOutlookMS.pdf'>Real Estate Outlook 2024 Morgan Stanley <br><br>[Report in English - Interview in English]</a>",
233
  "image": "Example/RealEstateOutlookMS.png",
234
  "interview": "Example/RealEstateOutlookMS.mp3",
235
  "report_pdf": "Example/RealEstateOutlookMS.pdf",
236
  },
237
  {
238
+ "report_name": "<a href='https://huggingface.co/spaces/AIPeterWorld/Doc-To-Interview-Generator/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>",
239
  "image": "Example/ManualPatrimonio2023_es_es.png",
240
  "interview": "Example/ManualPatrimonio2023_es_es.mp3",
241
  "report_pdf": "Example/ManualPatrimonio2023_es_es.pdf",