draft-readme
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Image Anime Gan
|
3 |
+
emoji: 📸
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.1.7
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
[Try Demo Anime-Gan Image Geberation Here](https://huggingface.co/spaces/ThankGod/anime-gan)
|
13 |
+
|
14 |
+
## Credits
|
15 |
+
- Hugging face 🤗 for hosting this demo.
|
16 |
+
- Hugging face transformer model for image classification transformer model
|
17 |
+
- Gradio for the beautiful visualization dashboards.
|
18 |
+
|
19 |
+
## References
|
20 |
+
- https://gradio.app/
|
21 |
+
- https://huggingface.co/
|
22 |
+
|