Gholamreza
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
## Huggingface Space
|
16 |
-
|
17 |
-
You can try generating digits using this model on Huggingface Space.
|
18 |
-
https://huggingface.co/spaces/gholamreza/Conditional-GAN-MNIST
|
19 |
-
|
20 |
-
![Huggingface Space](demos/gradio_app.png)
|
21 |
-
|
22 |
-
## Training History
|
23 |
-
|
24 |
-
![losses_plot](demos/losses.png)
|
25 |
-
|
26 |
-
Visit https://github.com/gholamrezadar/GAN-MNIST for a simpler version of this code and more details.
|
|
|
1 |
+
---
|
2 |
+
title: Conditional GAN MNIST
|
3 |
+
emoji: 💻
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.7.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: This is a simple implementation of Conditional Generative Ad
|
12 |
+
---
|
13 |
+
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|