malteos commited on
Commit
d99deee
·
unverified ·
1 Parent(s): 00f7297

mount public (2)

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. start.sh +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from fastapi import FastAPI
2
  import os
3
  import duckdb
4
 
5
- db_path = "/data/db/cc_explorer.db"
6
 
7
  print("db_path", db_path)
8
 
 
2
  import os
3
  import duckdb
4
 
5
+ db_path = "./data/db/cc_explorer.db"
6
 
7
  print("db_path", db_path)
8
 
start.sh CHANGED
@@ -2,7 +2,7 @@
2
 
3
  hf-mount status
4
 
5
- hf-mount start --read-only bucket commoncrawl/test-bucket /data
6
 
7
  hf-mount status
8
 
 
2
 
3
  hf-mount status
4
 
5
+ hf-mount start --read-only bucket commoncrawl/test-bucket ./data
6
 
7
  hf-mount status
8