uisikdag commited on
Commit
7225e89
·
verified ·
1 Parent(s): 3dbe624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ House plan sketches
9
 
10
 
11
  ## Model Details
12
-
13
  class TrainingConfig:
14
  image_size = 192 # the generated image resolution
15
  train_batch_size = 8
@@ -28,7 +28,7 @@ class TrainingConfig:
28
  seed = 0
29
 
30
  config = TrainingConfig()
31
-
32
  ### Model Description
33
 
34
  <!-- Provide a longer summary of what this model is. -->
 
9
 
10
 
11
  ## Model Details
12
+ ```python
13
  class TrainingConfig:
14
  image_size = 192 # the generated image resolution
15
  train_batch_size = 8
 
28
  seed = 0
29
 
30
  config = TrainingConfig()
31
+ ```
32
  ### Model Description
33
 
34
  <!-- Provide a longer summary of what this model is. -->