Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dclxviclan authored Sep 20, 2024
1 parent a9de557 commit 68dfd9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
<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>
</head>
<body>
<input type="text" value="" id="text-input" />
<button py-click="run()" id="run-button">Run</button>

<py-config>
packages = ["transformers-js-py"]
</py-config>
<py-env>
- transformers-js-py
</py-env>
<py-script>
import asyncio
from transformers_js_py import import_transformers_js
Expand Down

0 comments on commit 68dfd9c

Please sign in to comment.