Spaces:
Running
Running
Commit
·
c673bb2
1
Parent(s):
4ebd8ec
edit space
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ s3 = boto3.client(
|
|
| 17 |
# S3 bucket and keys
|
| 18 |
BUCKET = "doccano-processed"
|
| 19 |
#INIT_KEY = "gradio/initial_data_train.json"
|
| 20 |
-
INIT_KEY = "gradio/refugee_train_initial_datav5.json
|
| 21 |
#VALID_PREFIX = "validated_records/"
|
| 22 |
VALID_PREFIX = "refugee_train_validated_v5/"
|
| 23 |
|
|
|
|
| 17 |
# S3 bucket and keys
|
| 18 |
BUCKET = "doccano-processed"
|
| 19 |
#INIT_KEY = "gradio/initial_data_train.json"
|
| 20 |
+
INIT_KEY = "gradio/refugee_train_initial_datav5.json"
|
| 21 |
#VALID_PREFIX = "validated_records/"
|
| 22 |
VALID_PREFIX = "refugee_train_validated_v5/"
|
| 23 |
|