Skip to content

Commit

Permalink
- testing inf-video-id method
Browse files Browse the repository at this point in the history
  • Loading branch information
qanelph committed Jun 9, 2022
1 parent 9be601f commit db57df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/src/sly_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def init_model(api: sly.Api, task_id, context, state, app_logger):
{"field": "state.deployed", "payload": True},
]
g.api.app.set_fields(g.TASK_ID, fields)
sly.logger.info("Model has been successfully deployed")
sly.logger.info("🟩 Model has been successfully deployed")


def init_state_and_data(data, state):
Expand Down

0 comments on commit db57df8

Please sign in to comment.