Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
label="GCP project ID",
|
70 |
)
|
71 |
gcp_region = gr.Dropdown(
|
72 |
-
label="GCP Region"
|
73 |
["us-central1", "asia‑east1", "asia-northeast1"],
|
74 |
value="us-central1",
|
75 |
interactive=True
|
|
|
69 |
label="GCP project ID",
|
70 |
)
|
71 |
gcp_region = gr.Dropdown(
|
72 |
+
label="GCP Region",
|
73 |
["us-central1", "asia‑east1", "asia-northeast1"],
|
74 |
value="us-central1",
|
75 |
interactive=True
|