Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tamarher
/
sam3-cpu
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sam3-cpu
/
app.py
Benji Peng
SAM3 CPU Gradio app
fa59117
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
192 Bytes
import
gradio
as
gr
from
sam3_gradio.ui
import
APP_CSS, build_demo
demo = build_demo()
demo.queue(default_concurrency_limit=
1
, max_size=
8
)
demo.launch(css=APP_CSS, theme=gr.themes.Base())