Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nicka360
/
A360-BGRemover-Benchmark-Tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
A360-BGRemover-Benchmark-Tool
/
app.py
nicka360
Initial A360 migration
b2e32b4
23 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
from
warp.gradio_app.model_comparison
import
create_app
demo = create_app()
if
__name__ ==
"__main__"
:
demo.launch()