Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
---
|
|
|
1 |
+
# Custom AI Art Style Transfer
|
2 |
+
|
3 |
+
This is a Gradio app for transforming input images into a desired art style using your custom AI model.
|
4 |
+
|
5 |
+
## How to Run
|
6 |
+
|
7 |
+
```bash
|
8 |
+
pip install -r requirements.txt
|
9 |
+
python app.py
|
|