abidlabs HF staff commited on
Commit
8186b7e
1 Parent(s): 2ffae77

Update index.html

Browse files
Files changed (1) hide show
  1. 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>Gradio-lite (Gradio running entirely in your browser!)</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