Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -6,8 +6,8 @@
|
|
| 6 |
<title>Gradio-Lite: Serverless Gradio Running Entirely in Your Browser</title>
|
| 7 |
<meta name="description" content="Gradio-Lite: Serverless Gradio Running Entirely in Your Browser">
|
| 8 |
|
| 9 |
-
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite
|
| 10 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite
|
| 11 |
|
| 12 |
<style>
|
| 13 |
html, body {
|
|
|
|
| 6 |
<title>Gradio-Lite: Serverless Gradio Running Entirely in Your Browser</title>
|
| 7 |
<meta name="description" content="Gradio-Lite: Serverless Gradio Running Entirely in Your Browser">
|
| 8 |
|
| 9 |
+
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.js"></script>
|
| 10 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite/dist/lite.css" />
|
| 11 |
|
| 12 |
<style>
|
| 13 |
html, body {
|