Update README.md

This commit is contained in:
Abubakar Abid 2019-03-30 12:50:17 -07:00 committed by GitHub
parent 7a6d47a1b8
commit 31d201f68a

View File

@ -2,7 +2,7 @@
`Gradio` is a python library that allows you to place input and output interfaces over trained models to make it easy for you to "play around" with your model. Gradio runs entirely locally using your browser.
To get a sense of `gradio`, take a look at the python notebooks in the `examples` folder, or read on below!
To get a sense of `gradio`, take a look at the python notebooks in the `examples` folder, or read on below! And be sure to visit the gradio website: www.gradio.app.
## Installation
```