Vadim Kantorov
Vadim Kantorov
When there's many global settings, it's useful to have a search bar (Windows Settings and other complex software packages feature this). Another feature may auto-save for Settings. Windows Settings has...
At https://pyodide.org/en/stable/console.html on mobile Safari it's not very convenient to type when you don't see what you are typing  Also sometimes, clicking on screen to start typing makes the...
I've got a `*.ts` file which imports a `*.tsx` file. The pasted GitHub Actions workflow is a self-contained reproducer and completes successfully. But if I remove `sed -i 's@"type": "module",@@'...
Are they stored as Python bytecode? A bit missing this info at https://joblib.readthedocs.io/en/stable/persistence.html Is `joblib` equivalent to `pickle` in this regard? We observed function speed-ups after `joblib.dump`/`joblib.load`-ing which is counter-intuitive...
### Description I think this would improve UX, as mounting some archive-d data (represented as ISO or as TAR files) as a directory inside container is very useful. Currently it...
Rather than having to code up two-LOC python script as advised here: https://www.gradio.app/guides/creating-a-chatbot-fast#note-for-open-ai-api-compatible-endpoints It would be nice to be able to fire up such most-basic chatbot interfaces using CLI with...
It is useful, as with extremely long reasoning outputs, browser scrollbar becomes quite useless It would also be useful to have a side panel with the messages list to allow...
### Describe the bug Currently https://github.com/gradio-app/gradio/blob/477730ef51697a355a09020b235f6cc4a6fbb9dc/gradio/external.py#L863-L871 passes `textbox=` argument, making it impossible to override it with `gr.load_chat(..., textbox=...)` It can be useful to allow the user to override and provide...
### Describe the bug 1. I copy-paste some giant prompt in gradio input box, it gets represented as some icon with "pasted text" 2. Model responds 3. I then type...
### Describe the bug This is useful when using gradio to connect to a local `vllm serve` instance, so no token passed makes sense. Currently with `token=None` or without any...