Spaces:
Running
Running
Arsala Grey
commited on
Commit
•
c823c94
1
Parent(s):
047b534
more final polish
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>Image Object Detection - HuggingFace.js Live Examples</title>
|
7 |
<link rel="stylesheet" href="pico.classless.min.css" />
|
8 |
<link rel="stylesheet" href="main.css" />
|
9 |
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
10 |
</head>
|
11 |
<body>
|
12 |
<div id="generate-text-stream-app" class="container">
|
13 |
-
<h1>Detect Objects
|
14 |
<div class="grid grid-cols-2 gap-2">
|
15 |
<div>
|
16 |
<label for="hf-token">Hugging Face Token (optional but limited if absent)</label>
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>Image Object Detection Vue - HuggingFace.js Live Examples</title>
|
7 |
<link rel="stylesheet" href="pico.classless.min.css" />
|
8 |
<link rel="stylesheet" href="main.css" />
|
9 |
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
10 |
</head>
|
11 |
<body>
|
12 |
<div id="generate-text-stream-app" class="container">
|
13 |
+
<h1>Detect Objects In Random Unsplash Images</h1>
|
14 |
<div class="grid grid-cols-2 gap-2">
|
15 |
<div>
|
16 |
<label for="hf-token">Hugging Face Token (optional but limited if absent)</label>
|