diff --git a/README.md b/README.md index 44622ed496..d4f3c1d8b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # Gradio [![CircleCI](https://circleci.com/gh/gradio-app/gradio.svg?style=svg)](https://circleci.com/gh/gradio-app/gradio) -`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. +`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 and share the public URL to the interface with others. Gradio runs entirely locally using your browser. + +For more details, see the accompanying paper: ["Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild"] +(https://arxiv.org/pdf/1906.02569.pdf), *ICML HILL 2019*, and please use the citation below. + +``` +@article{abid2019gradio, +title={Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild}, +author={Abid, Abubakar and Abdalla, Ali and Abid, Ali and Khan, Dawood and Alfozan, Abdulrahman and Zou, James}, +journal={arXiv preprint arXiv:1906.02569}, +year={2019} +} +``` 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.