luisotorres commited on
Commit
93aa048
1 Parent(s): c1eaa34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -45,8 +45,7 @@ iface = gr.Interface(
45
  outputs="text",
46
  title = 'Image Recognition - Gender Detection with InceptionV3',
47
  description="""<br> This model was trained to predict the gender of a person based on a photo. <br>
48
- The training of this model can be seen on this
49
- <a href='https://www.kaggle.com/code/lusfernandotorres/gender-recognition-inceptionv3'>Kaggle notebook</a>. <br>
50
  <br>Upload a photo to see the how the model predicts the gender of the person on it!"""
51
  )
52
 
 
45
  outputs="text",
46
  title = 'Image Recognition - Gender Detection with InceptionV3',
47
  description="""<br> This model was trained to predict the gender of a person based on a photo. <br>
48
+ The training of this model can be seen on this <a href='https://www.kaggle.com/code/lusfernandotorres/gender-recognition-inceptionv3'>Kaggle notebook</a>. <br>
 
49
  <br>Upload a photo to see the how the model predicts the gender of the person on it!"""
50
  )
51