whitphx HF staff commited on
Commit
254889e
1 Parent(s): 55cdbc5

Update index.html

Browse files
Files changed (1) hide show
  1. 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@4.14.2/dist/lite.js"></script>
10
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@4.14.2/dist/lite.css" />
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 {