Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
cjc0013
/
dronesightings
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
948ff7f
dronesightings
/
app.py
cjc0013
Fix Space entrypoint so Gradio app launches in runtime
5d2cb97
verified
about 1 month ago
raw
Copy download link
history
blame
181 Bytes
from
pathlib
import
Path
from
public_space_app
import
build_app
app = build_app(Path(__file__).with_name(
"public_copy.json"
))
if
__name__ ==
"__main__"
:
app.launch()