sedrick-keh-tri commited on
Commit
9f29fc7
·
1 Parent(s): dc79d04

edit db name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def download_database():
9
  """Download vla_foundry.db from the HF dataset"""
10
  try:
11
  db_path = hf_hub_download(
12
- repo_id="TRI-ML/vla_foundry_database",
13
  filename="vla_foundry.db",
14
  repo_type="dataset"
15
  )
 
9
  """Download vla_foundry.db from the HF dataset"""
10
  try:
11
  db_path = hf_hub_download(
12
+ repo_id="TRI-ML/vla_foundry_db",
13
  filename="vla_foundry.db",
14
  repo_type="dataset"
15
  )