Spaces:
Running
Running
Update index.html
Browse files- index.html +27 -11
index.html
CHANGED
|
@@ -1,16 +1,32 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
</html>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8">
|
| 5 |
+
<meta name="description"
|
| 6 |
+
content="LLaVA: Large Language and Vision Assistant">
|
| 7 |
+
<meta name="keywords" content="speech-language, multi-modal, LLM, LLaVA">
|
| 8 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 9 |
+
<title>Ko-LLaVA: Korean Large Language and Vision Assistant</title>
|
| 10 |
+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
| 11 |
+
rel="stylesheet">
|
| 12 |
|
| 13 |
+
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
| 14 |
+
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
|
| 15 |
+
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
|
| 16 |
+
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
|
| 17 |
+
<link rel="stylesheet"
|
| 18 |
+
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
|
| 19 |
+
<link rel="stylesheet" href="./static/css/index.css">
|
| 20 |
+
<link rel="icon" href="./static/images/favicon.svg">
|
| 21 |
|
| 22 |
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
| 23 |
+
<script defer src="./static/js/fontawesome.all.min.js"></script>
|
| 24 |
+
<script src="./static/js/bulma-carousel.min.js"></script>
|
| 25 |
+
<script src="./static/js/bulma-slider.min.js"></script>
|
| 26 |
+
<script src="./static/js/index.js"></script>
|
| 27 |
+
</head>
|
| 28 |
+
|
| 29 |
+
<body>
|
| 30 |
+
<iframe src="https://etri-vilab.io:7860/" style="width:100%; height: 100%; border: 0; position: absolute; margin-bottom: 10px;"></iframe>
|
| 31 |
+
</body>
|
| 32 |
</html>
|