Skip to content

Commit 08720aa

Browse files
authored
Merge branch 'main' into dependabot/pip/generative_ai/extensions/sentencepiece-0.2.1
2 parents faf4840 + 1571b8d commit 08720aa

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

.github/blunderbuss.yml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
# Updates should be made to both assign_issues_by & assign_prs_by sections
1717
###
1818
assign_issues_by:
19-
# DEE teams
20-
- labels:
21-
- "api: people-and-planet-ai"
22-
to:
23-
- davidcavazos
24-
2519
# AppEco teams
2620
- labels:
2721
- "api: cloudsql"
@@ -57,21 +51,6 @@ assign_issues_by:
5751
to:
5852
- GoogleCloudPlatform/api-bigquery
5953

60-
# AppEco individuals
61-
- labels:
62-
- "api: aml-ai"
63-
to:
64-
- nickcook
65-
- labels:
66-
- "api: bigquery"
67-
to:
68-
- shollyman
69-
- labels:
70-
- "api: datascienceonramp"
71-
to:
72-
- leahecole
73-
- bradmiro
74-
7554
# Self-service teams
7655
- labels:
7756
- "api: asset"
@@ -120,27 +99,10 @@ assign_issues_by:
12099
to:
121100
- GoogleCloudPlatform/googleapi-dataplex
122101

123-
# Self-service individuals
124-
- labels:
125-
- "api: auth"
126-
to:
127-
- arithmetic1728
128-
- labels:
129-
- "api: appengine"
130-
to:
131-
- jinglundong
132-
133-
134102
###
135103
# Updates should be made to both assign_issues_by & assign_prs_by sections
136104
###
137105
assign_prs_by:
138-
# DEE teams
139-
- labels:
140-
- "api: people-and-planet-ai"
141-
to:
142-
- davidcavazos
143-
144106
# AppEco teams
145107
- labels:
146108
- "api: cloudsql"
@@ -170,17 +132,6 @@ assign_prs_by:
170132
to:
171133
- GoogleCloudPlatform/cloud-dpes-composer
172134

173-
# AppEco individuals
174-
- labels:
175-
- "api: bigquery"
176-
to:
177-
- shollyman
178-
- labels:
179-
- "api: datascienceonramp"
180-
to:
181-
- leahecole
182-
- bradmiro
183-
184135
# Self-service teams
185136
- labels:
186137
- "api: asset"
@@ -235,16 +186,3 @@ assign_prs_by:
235186
- "api: connectgateway"
236187
to:
237188
- GoogleCloudPlatform/connectgateway
238-
# Self-service individuals
239-
- labels:
240-
- "api: auth"
241-
to:
242-
- arithmetic1728
243-
- labels:
244-
- "api: appengine"
245-
to:
246-
- jinglundong
247-
248-
###
249-
# Updates should be made to both assign_issues_by & assign_prs_by sections
250-
###

genai/image_generation/imggen_virtual_try_on_with_txt_img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def virtual_try_on(output_file: str) -> Image:
2626
# output_file = "output-image.png"
2727

2828
image = client.models.recontext_image(
29-
model="virtual-try-on-preview-08-04",
29+
model="virtual-try-on-001",
3030
source=RecontextImageSource(
3131
person_image=Image.from_file(location="test_resources/man.png"),
3232
product_images=[

0 commit comments

Comments
 (0)