Dmitry Ustalov
|
3f192100d6
|
Declare exports in __all__ for type checking (#10238)
* Declare exports
* add changeset
* type fixes
* more type fixes
* add changeset
* notebooks
* changes
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
|
2024-12-23 22:33:22 +00:00 |
|
Freddy Boulton
|
9bdec8c8ed
|
Update Transformers agent demo (#9885)
* update code
* modify imports
* fix
* update notebook
* gr.load_chat: Allow loading any openai-compatible server immediately as a ChatInterface (#10222)
* changes
* add changeset
* add changeset
* Update gradio/external.py
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* changes
* changes
* Update guides/05_chatbots/01_creating-a-chatbot-fast.md
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* changes
---------
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* Allow editing chatbot messages (#10203)
* changes
* add changeset
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* Update gradio/events.py
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* Update gradio/components/chatbot.py
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* changes
---------
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* Update Guides related to deploying Gradio chatbots to Discord, Slack, and website widgets (#10221)
* changes
* changes
* update
* chat history
* add changeset
* changes
* add changeset
* changes
* guide
* changes
* changes
* changes
* guide
* add images
* slack guide
* changes
* format
* add changeset
* finish up slack
* changes
* improve js guide
* update
* changes
* script
* changes
* changes
* add changeset
* Update guides/05_chatbots/01_creating-a-chatbot-fast.md
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* Update guides/05_chatbots/01_creating-a-chatbot-fast.md
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* Update guides/05_chatbots/06_creating-a-discord-bot-from-a-gradio-app.md
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* Update guides/05_chatbots/08_creating-a-website-widget-from-a-gradio-chatbot.md
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* Update guides/05_chatbots/08_creating-a-website-widget-from-a-gradio-chatbot.md
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* gradio
* cta
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
* Allow editable ChatInterface (#10229)
* changes
* add changeset
* changes
* changes
* changes
---------
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
* Fix typing for components in `gr.Interface` and docstring in `image.py` (#10235)
* changes
* add changeset
* changes
* changes
* change
* add changeset
* image.py
* revert msg
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
* Lite: Capture stdout and stderr from the main thread (#9984)
* Add stdout and stderr events
* add changeset
* Refactoring
* Format App.tsx
* add changeset
* Add python-error event to capture Python errors occurring in the running event loop after the initial app launch
* Fix <ErrorDisplay />'s close button
* Fix <ErrorDisplay />
* Propagate python-error and initialization-error events to the controller
* Add init-code|file-run-error events
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
* use chat interface
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: aliabid94 <aabid94@gmail.com>
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>
|
2024-12-23 17:25:16 +00:00 |
|
aliabid94
|
9b42ba8f10
|
Update guides esp plots (#8907)
* changes
* changes
* revert changes
* changes
* add changeset
* notebooks script
* changes
* changes
---------
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
|
2024-07-29 22:08:51 -07:00 |
|
Abubakar Abid
|
d1f044145a
|
Use covariant container types across the codebase and add typing to our demos (#8854)
* more typing
* add changeset
* tweaks
* more changes
* more fixes
* more changes
* more fixes
* more fixes
* delete
* add changeset
* notebooks
* restore
* restore
* format
* add changeset
* more typing fixes
* fixes
* change
* fixes
* fix
* format
* more fixes
* fixes
* fixes for python3.9
* demo
* fix
* fixes
* fix typo
* type
* formatting
* add changeset
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: aliabd <ali.si3luwa@gmail.com>
|
2024-07-19 18:34:34 -07:00 |
|
Freddy Boulton
|
5e36144232
|
Add guides for msg format and llm agents (#8750)
* Add guides
* add changeset
* Add code
* Add code
* Add notebook
* rename msg_format to type
* Fix docs
* notebooks
* missing link
* Update guides
---------
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
|
2024-07-12 11:53:28 +00:00 |
|