Update README.md

This commit is contained in:
Abubakar Abid 2021-11-04 08:00:56 -05:00 committed by GitHub
parent d259f3052b
commit dfbfcf84be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,9 @@ Quickly create a GUI around your machine learning model, API, or function. Gradi
Gradio is useful for:
* Creating demos of your machine learning code for clients / collaborators / users
* Getting feedback on model performance from testers
* Debugging your model interactively during development
* **Demoing** your machine learning models for clients / collaborators / users / students
* **Deploying** your models quickly with automatic shareable links and getting feedback on model performance
* **Debugging** your model interactively during development using built-in interpretation visualizations for any model
## Getting Started