mpamt commited on
Commit
3fe3de5
1 Parent(s): 33d2a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -3,8 +3,13 @@ license: afl-3.0
3
  tags:
4
  - PyTorch
5
  - huggan
 
6
  ---
7
 
 
 
 
 
8
  ## How To Use
9
 
10
  ```python
@@ -54,4 +59,6 @@ def generate(seed):
54
 
55
  generate(25)
56
 
57
- ```
 
 
 
3
  tags:
4
  - PyTorch
5
  - huggan
6
+ - gan
7
  ---
8
 
9
+ ## Model Description
10
+
11
+ Generate Art using PyTorch and [DCGAN](https://pytorch.org/tutorials/beginner/dcgan_faces_tutorial.html).
12
+
13
  ## How To Use
14
 
15
  ```python
 
59
 
60
  generate(25)
61
 
62
+ ```
63
+
64
+ ## Generate Image