8000 Update README.md (#13280) · katiemn/python-docs-samples@62777d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62777d2

Browse files
authored
Update README.md (GoogleCloudPlatform#13280)
Updated Python Version
1 parent c298c86 commit 62777d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/imagemagick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Functions for your project.
3535

3636
1. Deploy the `blur_offensive_images` function with a Storage trigger:
3737

38-
gcloud functions deploy blur_offensive_images --trigger-bucket=YOUR_INPUT_BUCKET_NAME --set-env-vars BLURRED_BUCKET_NAME=YOUR_OUTPUT_BUCKET_NAME --runtime python37
38+
gcloud functions deploy blur_offensive_images --trigger-bucket=YOUR_INPUT_BUCKET_NAME --set-env-vars BLURRED_BUCKET_NAME=YOUR_OUTPUT_BUCKET_NAME --runtime python312
3939

4040
* Replace `YOUR_INPUT_BUCKET_NAME` and `YOUR_OUTPUT_BUCKET_NAME` with the names of the respective Cloud Storage Buckets you created earlier.
4141

0 commit comments

Comments
 (0)
0