vlbthambawita commited on
Commit
5b15117
1 Parent(s): 3621f3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,6 +8,6 @@ language:
8
  # A Fast and Stable GAN for Small and High Resolution Imagesets - pytorch
9
  The official pytorch implementation of the FAT-GAN paper "Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis", the paper can be found [here](https://arxiv.org/abs/2101.04775).
10
 
11
- '''python
12
  python generate_4ch_from_huggingface.py
13
- '''
 
8
  # A Fast and Stable GAN for Small and High Resolution Imagesets - pytorch
9
  The official pytorch implementation of the FAT-GAN paper "Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis", the paper can be found [here](https://arxiv.org/abs/2101.04775).
10
 
11
+ ```python
12
  python generate_4ch_from_huggingface.py
13
+ ```