Skip to content

Commit 68dfd9c

Browse files
authored
Update index.html
1 parent a9de557 commit 68dfd9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
5-
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
4+
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
5+
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
66
</head>
77
<body>
88
<input type="text" value="" id="text-input" />
99
<button py-click="run()" id="run-button">Run</button>
1010

11-
<py-config>
12-
packages = ["transformers-js-py"]
13-
</py-config>
11+
<py-env>
12+
- transformers-js-py
13+
</py-env>
1414
<py-script>
1515
import asyncio
1616
from transformers_js_py import import_transformers_js

0 commit comments

Comments
 (0)