File tree Expand file tree Collapse file tree 2 files changed +1
-63
lines changed
Expand file tree Collapse file tree 2 files changed +1
-63
lines changed Original file line number Diff line number Diff line change 1616# Updates should be made to both assign_issues_by & assign_prs_by sections
1717# ##
1818assign_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# ##
137105assign_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- # ##
Original file line number Diff line number Diff 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 = [
You can’t perform that action at this time.
0 commit comments