Spaces:
Running
Running
Arsala Grey
commited on
Commit
·
6b89c3c
1
Parent(s):
16e051f
trying to fix css
Browse files- index.html +2 -2
index.html
CHANGED
@@ -4,8 +4,8 @@
|
|
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="
|
8 |
-
<link rel="stylesheet" href="
|
9 |
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
10 |
</head>
|
11 |
<body>
|
|
|
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>
|