chansung commited on
Commit
5acc500
·
1 Parent(s): b96e226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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