Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- src/main.py +2 -2
src/main.py
CHANGED
|
@@ -27,13 +27,13 @@ st.set_page_config(
|
|
| 27 |
)
|
| 28 |
|
| 29 |
#Set this to the private dataset repo that acts as the "database"
|
| 30 |
-
DB_REPO_ID = os.getenv("DB_REPO_ID", "
|
| 31 |
DB_REPO_TYPE = "dataset"
|
| 32 |
# print(DB_REPO_ID)
|
| 33 |
|
| 34 |
|
| 35 |
# This must exist as a Space Secret in the PUBLIC UI Space
|
| 36 |
-
SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN"
|
| 37 |
|
| 38 |
# Phase config (copied from EvalAI config intent)
|
| 39 |
PHASES = [
|
|
|
|
| 27 |
)
|
| 28 |
|
| 29 |
#Set this to the private dataset repo that acts as the "database"
|
| 30 |
+
DB_REPO_ID = os.getenv("DB_REPO_ID", "VizWiz-Challenges/submissions-db")
|
| 31 |
DB_REPO_TYPE = "dataset"
|
| 32 |
# print(DB_REPO_ID)
|
| 33 |
|
| 34 |
|
| 35 |
# This must exist as a Space Secret in the PUBLIC UI Space
|
| 36 |
+
SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN")
|
| 37 |
|
| 38 |
# Phase config (copied from EvalAI config intent)
|
| 39 |
PHASES = [
|