martinolmos commited on
Commit
59656c5
·
1 Parent(s): 0ec5aaa

changed link text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Papu vs. Beckham"
14
  description = "Clasificador de imágenes de Papu Gomez y David Beckham. Son tan parecidos qué tuvimos que crear un clasificador basado en inteligencia artificial para distinguirlos.\n(Created with fastai as a demo for Gradio and HuggingFace Spaces)"
15
- article="<p style='text-align: center'><a href='https://www.ole.com.ar/seleccion/messi-kun-aguero-papu-gomez-beckham-corte-pelo-twitch_0_y5GKfj2QAr.html' target='_blank'>Blog post</a></p>"
16
  examples = ['images/beckham.jpg']
17
  interpretation='default'
18
  enable_queue=True
 
12
 
13
  title = "Papu vs. Beckham"
14
  description = "Clasificador de imágenes de Papu Gomez y David Beckham. Son tan parecidos qué tuvimos que crear un clasificador basado en inteligencia artificial para distinguirlos.\n(Created with fastai as a demo for Gradio and HuggingFace Spaces)"
15
+ article="<p style='text-align: center'><a href='https://www.ole.com.ar/seleccion/messi-kun-aguero-papu-gomez-beckham-corte-pelo-twitch_0_y5GKfj2QAr.html' target='_blank'>Nota explicativa</a></p>"
16
  examples = ['images/beckham.jpg']
17
  interpretation='default'
18
  enable_queue=True