Update app.py
Browse files
app.py
CHANGED
|
@@ -127,6 +127,7 @@ with gr.Blocks() as demo:
|
|
| 127 |
### 📌 Usage
|
| 128 |
- Upload an image and enter a prompt to generate outputs.
|
| 129 |
- If text is returned instead of an image, it will appear in the text output.
|
|
|
|
| 130 |
- ❌ **Do not use NSFW images!**
|
| 131 |
""")
|
| 132 |
|
|
|
|
| 127 |
### 📌 Usage
|
| 128 |
- Upload an image and enter a prompt to generate outputs.
|
| 129 |
- If text is returned instead of an image, it will appear in the text output.
|
| 130 |
+
- Upload Only PNG Image
|
| 131 |
- ❌ **Do not use NSFW images!**
|
| 132 |
""")
|
| 133 |
|