martinolmos commited on
Commit
0336ce9
1 Parent(s): 59656c5

changed examples path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
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
19
 
 
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 = ['beckham.jpg', 'papu.jpg']
17
  interpretation='default'
18
  enable_queue=True
19