Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
web_demo/templates/index.html
CHANGED
|
@@ -3,7 +3,14 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
-
<title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<link rel="stylesheet" href="/static/styles.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>Femometer Smart Ring Sizer</title>
|
| 7 |
+
<meta name="description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 8 |
+
<meta property="og:title" content="Femometer Smart Ring Sizer" />
|
| 9 |
+
<meta property="og:description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 10 |
+
<meta property="og:type" content="website" />
|
| 11 |
+
<meta name="twitter:card" content="summary" />
|
| 12 |
+
<meta name="twitter:title" content="Femometer Smart Ring Sizer" />
|
| 13 |
+
<meta name="twitter:description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 14 |
<link rel="stylesheet" href="/static/styles.css" />
|
| 15 |
</head>
|
| 16 |
<body>
|
web_demo/templates/mobile.html
CHANGED
|
@@ -4,7 +4,14 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
| 6 |
<meta name="theme-color" content="#f5f1e7" />
|
| 7 |
-
<title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
<link rel="stylesheet" href="/static/mobile/mobile.css" />
|
| 9 |
</head>
|
| 10 |
<body>
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
| 6 |
<meta name="theme-color" content="#f5f1e7" />
|
| 7 |
+
<title>Femometer Smart Ring Sizer</title>
|
| 8 |
+
<meta name="description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 9 |
+
<meta property="og:title" content="Femometer Smart Ring Sizer" />
|
| 10 |
+
<meta property="og:description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 11 |
+
<meta property="og:type" content="website" />
|
| 12 |
+
<meta name="twitter:card" content="summary" />
|
| 13 |
+
<meta name="twitter:title" content="Femometer Smart Ring Sizer" />
|
| 14 |
+
<meta name="twitter:description" content="Upload a photo to quickly measure ring size, using a standard credit card as scale reference." />
|
| 15 |
<link rel="stylesheet" href="/static/mobile/mobile.css" />
|
| 16 |
</head>
|
| 17 |
<body>
|