Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bortle
/
astrophotography-object-classifier
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
070785e
astrophotography-object-classifier
/
app.py
ppicazo
Update app.py
c325776
about 2 years ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/bortle/astrophotography-object-classifier-alpha"
).launch()