Gradio Profile picture
Jul 17, 2023 β€’ 7 tweets β€’ 3 min read β€’ Read on X
BIG NEWS πŸ₯³πŸŽˆ

Building Chatbots apps just got wayyy easier: announcing the new π™²πš‘πšŠπšπ™Έπš—πšπšŽπš›πšπšŠπšŒπšŽ class πŸ™Œ

The *fastest* way to build to build a Chatbot UI in Python -- including streaming, undo/retry, API, all out of the box!

Let's take a look at a few examples... Image
The π™²πš‘πšŠπšπ™Έπš—πšπšŽπš›πšπšŠπšŒπšŽ only has 1 required parameter: a function that takes in:

- an input message (string)
- a history (list of list of strings)

and returns:
- a response (string)

Here's a toy example: (for the example above!) Image
The π™²πš‘πšŠπšπ™Έπš—πšπšŽπš›πšπšŠπšŒπšŽ class works beautifully with @langchain classes

Here's a complete example querying GPT3.5 in 19 lines of code Image
To add streaming, just use a generator (πš’πš’πšŽπš•πš) instead of a regular function (πš›πšŽπšπšžπš›πš—) Image
Of course, you can customize it a lot more by adding examples, title/description, buttons (but you can get a fully-functioning chatbot without any of these!) Image
You also get a dedicated, easy-to-use API endpoint:

/πšŒπš‘πšŠπš Image
Out in the latest version of gradio:

πš™πš’πš™ πš’πš—πšœπšπšŠπš•πš• --πšžπš™πšπš›πšŠπšπšŽ πšπš›πšŠπšπš’πš˜

Read more here: gradio.app/guides/creatin…

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Gradio

Gradio Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Gradio

Jan 27
πŸ”₯WILD! @AnthropicAI released Citations API for Claude last week -- a game-changing feature that will allow you to build trustworthy AI systems. Here's why this is HUGE... 🧡

1/ Build reliable RAG systems. AI should prove its work, not just give "trust me bro" responses. Anthropic's Citations API solves this elegantly: feed docs to Claude, enable citations, and get perfect source references! 🎯
@AnthropicAI 2/ What makes Citations special:

- Zero prompt engineering needed
- Automatic text chunking
- Works with PDFs & plain text
- Precise page/character citations
- Super efficient token usage
- Built for streaming
- No more complex citation systems! πŸš€
@AnthropicAI 3/ The BEST part about Anthropic's Citations?

πŸ’β€β™€οΈ Citations are separate from response text, making verification dead simple.
πŸ€‘ And the cited text doesn't count towards your output tokens! Works with Claude 3.5 Sonnet & Haiku rn.
Read 5 tweets
Dec 9, 2024
πŸ†• SwiftEdit: Lightning Fast Text-guided Image Editing via One-step Diffusion

Make your edit in just 0.23 seconds !!! 🀯

User-friendly, lightning-fast editing gradio-app that enables instant edits through simple prompts, delivering precise results.πŸ‘‡ Learn more about the project
SwiftEdit
> You can edit facial Identity and expressions via flexible text prompts Image
SwiftEdit for Instant text-guided image editing (in 0.23s)!

Novel contributions:
> One-step inversion framework that enables one-step image reconstruction
> Mask-guided editing technique to perform localized image editing.
Read 4 tweets
Oct 9, 2024
Welcome, Gradio 5 πŸ‘‹

We’ve been hard at work over the past few months, and we are excited to announce today the stable release of Gradio 5!

With more than 2 million users every month (and >470,000 apps on Hugging Face Spaces), Gradio has become the default way to build, share, and use machine learning applications.

Our goal with Gradio 5 was to address the most common pain points that we’ve heard from Gradio developers about taking these apps to production. Here are 5 new things in Gradio 5 (including a new way to build Gradio apps without writing any code!)Image
Does Gradio load too slowly for you?

Well, not anymore! Gradio 5 ships with major performance improvements, including the ability to serve apps via server-side rendering (SSR) which loads Gradio apps almost instantaneously in the browser. No more loading spinner! πŸŽοΈπŸ’¨
Have you ever felt that Gradio apps looks old-school?

We're refreshing many of the core Gradio components, including Buttons, Tabs, Sliders, as well as the high-level chatbot interface, with a modern design in Gradio 5. We’re also releasing a new set of built-in themes, like "citrus" and "ocean", to let you easily create fresh-looking Gradio apps πŸ‘¨β€πŸŽ¨Image
Image
Read 7 tweets
Jul 15, 2024
πŸ”₯ πŸ”₯ Generate 3D characters with CharacterGen (SIGGRAPH'24)

- Generated 3D characters have high-quality shapes and textures
- Useful for downstream applications such as animation and game dev
- Code, demo, and pretrained weights available now on πŸ€—
πŸš€ Generate 3D characters with CharacterGen (SIGGRAPH'24)

πŸ‘‰ Official Demo on @huggingface Spaces: huggingface.co/spaces/VAST-AI…
@huggingface πŸ’ͺ Generate 3D characters with CharacterGen (SIGGRAPH'24)

Model on πŸ€— @huggingface Hub: huggingface.co/zjpshadow/Char…
Read 4 tweets
Jul 11, 2024
πŸš€Introducing LLaVA-NeXT Interleave: Now AI can understand and reason with multiple images at once

- This opens up multi-image scenarios like multi-frame videos, multi-view 3D, and multiple inter-leaved images.
- An all round LMM that can understand videos, images, and 3D
More⬇️
LLaVA-NeXT-InterleaveπŸ”₯
- Interleave data format unifies different tasks.
- New datasets on πŸ€—Hub:
1️⃣M4-Instruct, high-quality dataset, 1.1M samples from domains: multi-image, video, 3D & single-image
2️⃣LLaVA-Interleave Bench - Set of tasks to evaluate multi-image capabilities
LLaVA-NeXT-InterleaveπŸ’ͺ
- Attached videos show how it can explain jokes and understand content spread in multiple images and videos 🀯
- SoTA Performance, both, in multi and single images
- Matches in perf with LLaVA-NeXT
- Improved performance in video tasks
Read 4 tweets
Jul 9, 2024
πŸ”₯Introducing VILA: The next-gen VLM for Video and inter-leaved image understanding with Apache-2.0 license!

Is VILA the best in-class small VLM for edge-deployment? Keep reading🧡 πŸ‘€
VILA uses interleaved image-text pretraining and it unlocks cool capabilities:

- Video & multi-image understanding 🎬
- In-context learning 🧠, and
- Visual chain-of-thought πŸ’‘

Experience the future -- Edge deployment πŸ“±of VLMs! Try the demo now! πŸ‘‡ Image
πŸ”₯How to try out VILA?

Multiple ways:
βœ…Easiest is to Launch the VILA Gradio app locally on your machine:
πŸš€ OR play with app directly here: github.com/mit-han-lab/ll…
vila-demo.hanlab.ai
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(