gradio_app / app /README.md
mikx1's picture
Upload folder using huggingface_hub
b5ea024
|
raw
history blame
121 Bytes
# gradio_app
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_app import app
```