gradio/js
Dawood Khan 92282cea6a
Chatbot Avatar Images (#5258)
* avatar images

* images

* add changeset

* fixes

* format

* type fix

* test fix

* format

* fixes

* tuple

* change to tuple

* test fix

* remove index file

* fixes

* save

* test fix

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-08-21 17:15:59 -04:00
..
_cdn-test format (#4810) 2023-07-06 18:43:49 +01:00
_spaces-test Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
_website homepage demo update (#5186) 2023-08-11 19:04:49 -04:00
accordion Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
annotatedimage Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
app Ensure Blocks translation copy renders correctly (#5276) 2023-08-21 06:54:42 -07:00
atoms Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
audio ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
box Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
button ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
chatbot Chatbot Avatar Images (#5258) 2023-08-21 17:15:59 -04:00
checkbox remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
checkboxgroup remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
code remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
colorpicker remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
column Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
dataframe Move markdown & latex processing to the frontend for the gr.Markdown and gr.DataFrame components (#5268) 2023-08-21 06:54:20 -07:00
dropdown remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
file ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
form Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
gallery Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
group Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
highlightedtext Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
html Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
icons unified release process (#4986) 2023-07-21 19:13:21 +01:00
image remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
json Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. (#5215) 2023-08-15 19:21:41 +01:00
label Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
lite add gradio as a devdep of @gradio/lite (#5226) 2023-08-15 10:36:33 +01:00
markdown Move markdown & latex processing to the frontend for the gr.Markdown and gr.DataFrame components (#5268) 2023-08-21 06:54:20 -07:00
model3D remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
number remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
plot Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
radio remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
row remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
slider remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
state Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
statustracker Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
storybook ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
tabitem Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
tabs Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
textbox remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
theme Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
timeseries remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
tooltip Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
tootils update deps + fix tests (#4675) 2023-06-28 22:40:53 +01:00
upload Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
uploadbutton remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
utils Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
video remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00
wasm Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
.npmrc move files (#3605) 2023-03-27 16:12:58 -07:00
jsx.d.ts update deps + fix tests (#4675) 2023-06-28 22:40:53 +01:00
README.md Updated CI info in contributing docs (#4415) 2023-06-06 08:52:29 -04:00

gradio-ui

This folder contains all of the Gradio UI and component source code.

setup

This folder is managed as 'monorepo' a multi-package repository which make dependency management very simple. In order to do this we use pnpm as our package manager.

Make sure pnpm is installed by following the installation instructions for your system.

You will also need node which you probably already have

running the application

Install all dependencies:

pnpm i

This will install the dependencies for all packages and link any local packages

local development

To develop locally, open two terminal tabs from the root of the repository.

Run the python test server, from the root directory:

cd demo/kitchen_sink
python run.py

This will start a development server on port 7860 that the web app is expecting.

Run the web app:

pnpm dev

building for production

Run the build:

pnpm build

This will create the necessary files in js/app/public and also in gradio/templates/frontend.

quality checks

The repos currently has two quality checks that can be run locally and are run in CI.

formatting

Formatting is handled by prettier to ensure consistent formatting and prevent style-focused conversations. Formatting failures will fails CI and should be reoslve before merging.

To check formatting:

pnpm format:check

If you have formatting failures then you can run the following command to fix them:

pnpm format:write

type checking

We use TypeScript to provide static types to javascript code. These checks are also run in CI.

to typecheck the code:

pnpm ts:check

ci checks

Currently the following checks are run in CI:

static checks

  • Format check (pnpm format:check)
  • Build css (pnpm css)
  • Build client (pnpm build)
  • Type check (pnpm ts:check)
  • Unit tests (pnpm test:run)

functional test

pip install -r demo/outbreak_forecast/requirements.txt
pnpm exec playwright install chromium
pnpm exec playwright install-deps chromium
pnpm test:browser:full