mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
Update README.md
This commit is contained in:
parent
6bba4e1e5f
commit
703ca497b4
@ -2,7 +2,7 @@
|
||||
|
||||
# Welcome to `gradio` :rocket:
|
||||
|
||||
Gradio allows you to quickly create customizable UI components around your TensorFlow or PyTorch models, or even arbitrary Python functions. Mix and match components to support any combination of inputs and outputs. Our core library is free and open-source!. Gradio makes 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.
|
||||
Gradio allows you to quickly create customizable UI components around your TensorFlow or PyTorch models, or even arbitrary Python functions. Mix and match components to support any combination of inputs and outputs. Our core library is free and open-source!. Gradio makes 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. Take a look:
|
||||
|
||||
<p align="center">
|
||||
<img src="https://i.ibb.co/m0skD0j/bert.gif" alt="drawing"/>
|
||||
|
Loading…
Reference in New Issue
Block a user