Spaces:
Sleeping
Sleeping
malteos commited on
mount public (2)
Browse files
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 |
|