muddokon commited on
Commit
453a486
·
verified ·
1 Parent(s): 332b9fc

Update app.py

Browse files

Updated signature

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,11 +20,11 @@ title = "Pet Breed Classifier"
20
  description = """
21
  🐶🐱
22
  🇬🇧 = A pet breed classifier (Dogs and Cats) trained on the Oxford Pets dataset using fastai. Created as a demo from the course by Jeremy Howard.
23
- For best results use photos not drawings or anything else.
24
- 🇪🇸 = Un clasificador de razas de mascotas (perros y gatos) entrenado en los datos de Oxford Pets.
25
  Usa fotos de tus mascotas para obtener la raza.
26
 
27
- 👨‍👨‍👧‍👦 MZDJ ❤️
28
  """
29
 
30
  article="<p style='text-align: center'><a href='https://course.fast.ai/' target='_blank'>Go to course!</a></p>"
 
20
  description = """
21
  🐶🐱
22
  🇬🇧 = A pet breed classifier (Dogs and Cats) trained on the Oxford Pets dataset using fastai. Created as a demo from the course by Jeremy Howard.
23
+ For best results use photos of your pets.
24
+ 🇪🇸 = Un clasificador de razas de mascotas (perros y gatos) entrenado en el dataset Oxford Pets.
25
  Usa fotos de tus mascotas para obtener la raza.
26
 
27
+ 👨‍👨‍👧‍👦 CZDJ ❤️
28
  """
29
 
30
  article="<p style='text-align: center'><a href='https://course.fast.ai/' target='_blank'>Go to course!</a></p>"