johnowhitaker commited on
Commit
82fd20b
·
1 Parent(s): 8dfebb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - lightweightgan
5
  license: apache-2.0
6
  datasets:
7
- - johnowhitaker/glid3_orbs
8
  ---
9
 
10
  # orbgan
@@ -19,7 +19,8 @@ Please credit if you use this, and feedback on the code is welcomed :)
19
 
20
  ## Demo:
21
 
22
- ```from lightweight_gan import Generator
 
23
  import torch
24
  from matplotlib import pyplot as plt
25
  from huggingface_hub import PyTorchModelHubMixin
 
4
  - lightweightgan
5
  license: apache-2.0
6
  datasets:
7
+ - glid3_orbs
8
  ---
9
 
10
  # orbgan
 
19
 
20
  ## Demo:
21
 
22
+ ```python
23
+ from lightweight_gan import Generator
24
  import torch
25
  from matplotlib import pyplot as plt
26
  from huggingface_hub import PyTorchModelHubMixin