beresandras commited on
Commit
399b4c2
1 Parent(s): 50774a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import tensorflow as tf
2
  import huggingface_hub as hf_hub
3
  import gradio as gr
4
 
5
- num_rows = 4
6
- num_cols = 2
7
  num_images = num_rows * num_cols
8
  image_size = 64
9
  plot_image_size = 128
 
2
  import huggingface_hub as hf_hub
3
  import gradio as gr
4
 
5
+ num_rows = 2
6
+ num_cols = 4
7
  num_images = num_rows * num_cols
8
  image_size = 64
9
  plot_image_size = 128