Update create-bad-word-filter-service.md (#6240)

Replaced deploy command with appropriate create command.
This commit is contained in:
Shubham Rasal 2025-03-25 01:02:43 +05:30 committed by GitHub
parent 4268abe23c
commit cbaae40315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ This workflow ensures a smooth transition from development to deployment within
![Image 6](images/image6.png)
```shell
func deploy -b=s2i -v
func create -l python bad-word-filter
```
???+ success "Verify"
@ -179,4 +179,4 @@ In this tutorial, you learned how to create a serverless function for a simple s
Next, we'll be learning how to use Knative Sequence to connect the 2 ML workflows and make sure they are executed in the order you want.
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }
[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }