Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
c2p-cmd
/
remove-background-ai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
11aa79a
remove-background-ai
/
templates
/
error.html
Sharan Thakur
Adds app and dockerfile
11aa79a
9 months ago
raw
Copy download link
history
blame
Safe
226 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Remove Image Background
</
title
>
</
head
>
<
body
>
<
h1
>
Error!!!!
</
h1
>
{% if error_msg %}
<
h3
>
{{error_msg}}
</
h3
>
{% endif %}
<
a
href
=
"/"
>
Home
</
a
>
</
body
>
</
html
>