Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -5
index.html
CHANGED
|
@@ -16,13 +16,9 @@
|
|
| 16 |
|
| 17 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/[email protected]/dist/lite.js"></script>
|
| 18 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/[email protected]/dist/lite.css" />
|
|
|
|
| 19 |
</head>
|
| 20 |
<body>
|
| 21 |
-
<h2>
|
| 22 |
-
<img src="lite-logo.png" alt="logo" class="logo">
|
| 23 |
-
Gradio-lite (Gradio running entirely in your browser!)
|
| 24 |
-
</h2>
|
| 25 |
-
<p>Try it out! Once the Gradio app loads (can take 10-15 seconds), disconnect your Wifi and the machine learning model will still work!</p>
|
| 26 |
<gradio-lite>
|
| 27 |
|
| 28 |
<gradio-requirements>
|
|
|
|
| 16 |
|
| 17 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/[email protected]/dist/lite.js"></script>
|
| 18 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/[email protected]/dist/lite.css" />
|
| 19 |
+
<link rel="stylesheet" href="https://gradio-hello-world.hf.space/theme.css">
|
| 20 |
</head>
|
| 21 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
<gradio-lite>
|
| 23 |
|
| 24 |
<gradio-requirements>
|