Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
}
|
12 |
</style>
|
13 |
<title>Candle Blip Image Captioning Demo</title>
|
14 |
-
<script src="https://cdn.tailwindcss.com"></script>
|
15 |
<script type="module" src="./code.js"></script>
|
16 |
<script type="module">
|
17 |
const MODELS = {
|
|
|
11 |
}
|
12 |
</style>
|
13 |
<title>Candle Blip Image Captioning Demo</title>
|
14 |
+
<script src="https://cdn.tailwindcss.com/3.4.3"></script>
|
15 |
<script type="module" src="./code.js"></script>
|
16 |
<script type="module">
|
17 |
const MODELS = {
|