Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,8 @@ HTML = """
|
|
| 24 |
<meta property="og:title" content="Xlnk RMBG - AI Background Remover">
|
| 25 |
<meta property="og:description" content="Drag & drop images from anywhere and remove the background instantly. Full U²-Net AI engine.">
|
| 26 |
<meta property="og:type" content="website">
|
| 27 |
-
<meta property="og:image" content="https://huggingface.co/spaces/
|
| 28 |
-
<meta property="og:url" content="https://huggingface.co/spaces/
|
| 29 |
|
| 30 |
<style>
|
| 31 |
html, body {
|
|
|
|
| 24 |
<meta property="og:title" content="Xlnk RMBG - AI Background Remover">
|
| 25 |
<meta property="og:description" content="Drag & drop images from anywhere and remove the background instantly. Full U²-Net AI engine.">
|
| 26 |
<meta property="og:type" content="website">
|
| 27 |
+
<meta property="og:image" content="https://huggingface.co/spaces/Xlnk/rmbg/resolve/main/preview.png">
|
| 28 |
+
<meta property="og:url" content="https://huggingface.co/spaces/Xlnk/rmbg">
|
| 29 |
|
| 30 |
<style>
|
| 31 |
html, body {
|