Yuichiro Tachibana (Tsuchiya)

Results 257 issues of Yuichiro Tachibana (Tsuchiya)

## Description Closes: #8033 To make something like this possible on Lite: ```python import gradio as gr from transformers_js_py import import_transformers_js transformers = await import_transformers_js() pipeline = transformers.pipeline pipe =...

gradio-lite

Context: https://github.com/gradio-app/gradio/pull/8041#discussion_r1578419523

refactor

Lite custom element's dedent feature is only supported for the direct child text of `` tag as below: ```html import gradio as gr ``` while it's not supported for ``...

gradio-lite

… so we can see more informative logs when an error occurs ## Description Error logs and stack trace on the built and minified files are not good for debugging.

Gradio can execute JS function via the `js` option. When the input is binary data like an image, we usually want the data in JS, but currently a `FileData` object...

gradio-lite

- Add numpy and scipy as extra deps specifying their versions compatible with Pyodide>=0.20.0 - Update audio module error message

## Description Delete a snippet which was added in #7855 to make the test pass in a non-`main` branch. It's no longer needed as the PR was merged.

v: patch

The initial loading performance from opening the page to the time when a specific element is mounted should be measured in the Playwright E2E test and run in CI to...

gradio-lite