Build and share machine learning apps in 3 lines of Python. Part of the @Huggingface family ๐ค.
DMs are open for sharing your gradio app with us for promotion!
LLaVA-o1 is the first visual language model capable of spontaneous, systematic reasoning, similar to GPT-o1!
๐คฏ 11B model outperforms Gemini-1.5-pro,GPT-4o-mini, and Llama-3.2-90B-Vision-Instruct on six multimodal benchmarks.
Deploying a machine learning model...
Old way:
- read a bunch of blogs on serializing & dockerizing models
- write a Flask app to serve
- google how to create a simple front end
- set up an EC2 to host
New way:
<3 lines of code with Gradio
gradio.app
SANA is now licensed as Apache 2.0.
> @nvidia's text-to-image model generates images up to 4096 ร 4096 res.
> Sana-0.6B is competitive with Flux-12B, being 20 times smaller and 100+ times faster.
> Deploy Sana-0.6B on 16GB GPU, <1 second to generate a 1024 ร 1024 image.
๐ Big news! Google Colab now comes with Gradio pre-installed (v5.38)!
No more pip install gradio needed - just import and start building AI apps instantly.
Thanks to @GoogleColab team and @thechrisperry for making Gradio more accessible to millions of developers worldwide! ๐
๐จToday's Hot Research Alert: Replace-Anything from Alibaba
It can be used in many scenes, such as human replacement, clothing replacement, background replacement, and so on as shown in these examples.
Excited to have this available soon on Spaces for our community๐
Mochi 1
Dramatically closes the gap between closed and open video generation models. โ
Apache 2.0 license ๐คฏ
High-fidelity videos
Strong prompt adherence
Model available on ๐ค Hub
The fastest way to deploy a machine learning model:
- No Flask
- No HTML, JS, or CSS
- No Docker, EC2, or any hosting necessary
Just pip install gradio and get a shareable link in <3 lines of Python
YOLOe: Real-Time Seeing Anything
A unified object detection and segmentation model, just like the human eye. Accepts different prompt styles--texts, visual inputs, and prompt-free generation. Model and App released on @huggingface