clement-pages's picture
downgrade to gradio 4.27.0
50c57e9
|
raw
history blame
148 Bytes
# gradio_sourceviewer
A Custom Gradio component.
## Example usage
```python
import gradio as gr
from gradio_sourceviewer import SourceViewer
```