Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ app = App(app_ui, server, debug=True)

### Panel

[![py.cafe](https://py.cafe/badge.svg)](https://py.cafe/awesome.panel.org/transformers-sentiment-analysis)

With [HoloViz Panel](https://panel.holoviz.org) you develop your app on your laptop and convert it to [Pyodide](https://pyodide.org/en/stable/) or [PyScript](https://pyscript.net/) by running [`panel convert`](https://panel.holoviz.org/how_to/wasm/convert.html).

![HoloViz Panel Transformers App](docs/images/Panel.png)
Expand Down Expand Up @@ -319,6 +321,8 @@ Finally you can try out the app by opening [localhost:8000/app.html](http://loca
<details>
<summary><h4>Panel Chat App Example</h4></summary>

[![py.cafe](https://py.cafe/badge.svg)](https://py.cafe/awesome.panel.org/transformers-sentiment-chat)

You can also use `transformers_js_py` with [Panels Chat Components](https://panel.holoviz.org/reference/index.html#chat).

![HoloViz Panel Transformers App](docs/images/PanelChat.png)
Expand Down