brothelsnsprout commited on
Commit
fb9c0e4
·
verified ·
1 Parent(s): c91289c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -1,10 +1,9 @@
1
- ---
2
- title: Img2img 01
3
- emoji: 🚀
4
- colorFrom: green
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 4.23.0
8
- app_file: app.py
9
- pinned: false
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