We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de557 commit 68dfd9cCopy full SHA for 68dfd9c
index.html
@@ -1,16 +1,16 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
5
- <script defer src="https://pyscript.net/latest/pyscript.js"></script>
+ <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
+ <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
6
</head>
7
<body>
8
<input type="text" value="" id="text-input" />
9
<button py-click="run()" id="run-button">Run</button>
10
11
- <py-config>
12
- packages = ["transformers-js-py"]
13
- </py-config>
+ <py-env>
+ - transformers-js-py
+ </py-env>
14
<py-script>
15
import asyncio
16
from transformers_js_py import import_transformers_js
0 commit comments