Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -13,7 +13,10 @@
|
|
13 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.css" />
|
14 |
</head>
|
15 |
<body>
|
16 |
-
<h2>
|
|
|
|
|
|
|
17 |
<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>
|
18 |
<gradio-lite>
|
19 |
|
|
|
13 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.css" />
|
14 |
</head>
|
15 |
<body>
|
16 |
+
<h2>
|
17 |
+
<img src="lite-logo.png" alt="logo" class="h1-logo">
|
18 |
+
Gradio-lite (Gradio running entirely in your browser!)
|
19 |
+
</h2>
|
20 |
<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>
|
21 |
<gradio-lite>
|
22 |
|