Skip to content

Commit f7779c8

Browse files
authored
Merge pull request #32 from gradio-app/fix-syncing
Fix trackio
2 parents 9db24e2 + 23aaa95 commit f7779c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trackio/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_color_mapping(runs: list[str], smoothing: bool) -> dict[str, str]:
5252

5353

5454
def get_projects(request: gr.Request):
55-
dataset_id = os.environ.get("TRACKIO_DATASET_ID", "abidlabs/metrics")
55+
dataset_id = os.environ.get("TRACKIO_DATASET_ID")
5656
storage = SQLiteStorage("", "", {}, dataset_id=dataset_id)
5757
projects = storage.get_projects()
5858
if project := request.query_params.get("project"):

0 commit comments

Comments
 (0)