add gradio web ui in colab notebook (#5)
Browse files- add gradio web ui in colab notebook (5cbd307eb6ab2a583a679864e2c6dd35a8773698)
Co-authored-by: Ahsen Khaliq <[email protected]>
README.md
CHANGED
@@ -23,6 +23,11 @@ and can easily be run from one of the branches:
|
|
23 |
|
24 |
For more information, please have a look at [the "Three flavors" section](#three-flavors).
|
25 |
|
|
|
|
|
|
|
|
|
|
|
26 |
### Example Text2Image
|
27 |
|
28 |
```python
|
|
|
23 |
|
24 |
For more information, please have a look at [the "Three flavors" section](#three-flavors).
|
25 |
|
26 |
+
## Gradio
|
27 |
+
|
28 |
+
We also support a [Gradio](https://github.com/gradio-app/gradio) web ui with diffusers to run inside a colab notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1RWvik_C7nViiR9bNsu3fvMR3STx6RvDx?usp=sharing)
|
29 |
+
|
30 |
+
|
31 |
### Example Text2Image
|
32 |
|
33 |
```python
|