Spaces:
Sleeping
Sleeping
Commit
·
306f681
1
Parent(s):
9e8f09d
Update app.py
Browse files
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)
|