From 5fe3a2a866977ff977b6a402a2da84bf1499edad Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Fri, 10 Jul 2020 21:26:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 002c245909..a915cc646d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Gradio

-drawing +drawing

At Gradio, we often try to understand what inputs a model is particularly sensitive to. To help facilitate this, we've developed and open-sourced `gradio`, a python library that allows you to quickly create input and output interfaces over trained models to make it easy for you to "play around" with your model in your browser by dragging-and-dropping in your own images (or pasting your own text, recording your own voice, etc.) and seeing what the model outputs. `gradio` can also generate a share link which allows anyone, anywhere to use the interface as the model continues to run on your machine.