rafmacalaba commited on
Commit
b195a06
·
1 Parent(s): 1376fd4

app modify

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ s3 = boto3.client(
13
  region_name = os.getenv("AWS_DEFAULT_REGION", "ap-southeast-2"),
14
  )
15
 
 
 
16
  BUCKET = "doccano-processed"
17
  #INIT_KEY = "gradio/initial_data_train.json"
18
  INIT_KEY = "gradio/refugee_train_initial_data.json"
 
13
  region_name = os.getenv("AWS_DEFAULT_REGION", "ap-southeast-2"),
14
  )
15
 
16
+ # ai4data/datause-annotation
17
+ # S3 bucket and keys
18
  BUCKET = "doccano-processed"
19
  #INIT_KEY = "gradio/initial_data_train.json"
20
  INIT_KEY = "gradio/refugee_train_initial_data.json"