Spaces:
Runtime error
Runtime error
Commit
·
399b4c2
1
Parent(s):
50774a6
Update app.py
Browse files
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 =
|
6 |
-
num_cols =
|
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
|