vardaan123 commited on
Commit
306f681
·
1 Parent(s): 9e8f09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,6 +165,6 @@ if __name__=='__main__':
165
  article = 'Species Classification',
166
  name = 'Species Classification',
167
  )
168
- species_model.launch()
169
 
170
  # evaluate(model, id2entity, target_list, args)
 
165
  article = 'Species Classification',
166
  name = 'Species Classification',
167
  )
168
+ species_model.launch(server_port=7897)
169
 
170
  # evaluate(model, id2entity, target_list, args)