vardaan123 commited on
Commit
e023b4c
·
1 Parent(s): 4155f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -161,6 +161,8 @@ if __name__=='__main__':
161
  [gr.inputs.Image(shape=(200, 200)), id2entity, target_list, args],
162
  outputs="label",
163
  title = 'Species Classification',
 
 
164
  )
165
  species_model.launch()
166
 
 
161
  [gr.inputs.Image(shape=(200, 200)), id2entity, target_list, args],
162
  outputs="label",
163
  title = 'Species Classification',
164
+ description = 'Species Classification',
165
+ article = 'Species Classification',
166
  )
167
  species_model.launch()
168