Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
-
<title>
|
| 7 |
<style>
|
| 8 |
:root { color-scheme: light dark; }
|
| 9 |
* { box-sizing: border-box; }
|
|
@@ -78,7 +78,7 @@
|
|
| 78 |
</head>
|
| 79 |
<body>
|
| 80 |
<main class="card">
|
| 81 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/629631215de6e0eb3292ae91/
|
| 82 |
<h1>ZeroModels</h1>
|
| 83 |
<p>ZeroModels: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more</p>
|
| 84 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<title>ZeroModels</title>
|
| 7 |
<style>
|
| 8 |
:root { color-scheme: light dark; }
|
| 9 |
* { box-sizing: border-box; }
|
|
|
|
| 78 |
</head>
|
| 79 |
<body>
|
| 80 |
<main class="card">
|
| 81 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/629631215de6e0eb3292ae91/DBxGr_IsvvoD6LM-4cT3j.png" alt="kerasformers logo">
|
| 82 |
<h1>ZeroModels</h1>
|
| 83 |
<p>ZeroModels: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more</p>
|
| 84 |
|