Spaces:
Running
Running
Fix Space entrypoint so Gradio app launches in runtime
Browse files- app.py +3 -0
- dataset_bundle/public_release_manifest.json +1 -1
app.py
CHANGED
|
@@ -3,3 +3,6 @@ from pathlib import Path
|
|
| 3 |
from public_space_app import build_app
|
| 4 |
|
| 5 |
app = build_app(Path(__file__).with_name("public_copy.json"))
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
from public_space_app import build_app
|
| 4 |
|
| 5 |
app = build_app(Path(__file__).with_name("public_copy.json"))
|
| 6 |
+
|
| 7 |
+
if __name__ == "__main__":
|
| 8 |
+
app.launch()
|
dataset_bundle/public_release_manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"public_version": "drone-sightings-slice-2026-04-v1-smoke",
|
| 3 |
"title": "Drone Sightings Near Covered U.S. Military and Civilian Areas",
|
| 4 |
-
"release_date": "2026-04-
|
| 5 |
"source_run_name": "drone_sightings_smoke_20260420",
|
| 6 |
"slice_description": "A small, review-oriented slice of U.S. news-reported drone sightings mapped against official covered-area registries.",
|
| 7 |
"source_window": {
|
|
|
|
| 1 |
{
|
| 2 |
"public_version": "drone-sightings-slice-2026-04-v1-smoke",
|
| 3 |
"title": "Drone Sightings Near Covered U.S. Military and Civilian Areas",
|
| 4 |
+
"release_date": "2026-04-20T17:54:30.455865+00:00",
|
| 5 |
"source_run_name": "drone_sightings_smoke_20260420",
|
| 6 |
"slice_description": "A small, review-oriented slice of U.S. news-reported drone sightings mapped against official covered-area registries.",
|
| 7 |
"source_window": {
|