Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ model_names = list(data[0]['results'].keys())
|
|
| 9 |
|
| 10 |
HTML_HEAD = '<table class="center">'
|
| 11 |
HTML_TAIL = '</table>'
|
| 12 |
-
N_COL =
|
| 13 |
-
WIDTH =
|
| 14 |
|
| 15 |
def get_image_gallery(idx, models):
|
| 16 |
assert isinstance(idx, str)
|
|
|
|
| 9 |
|
| 10 |
HTML_HEAD = '<table class="center">'
|
| 11 |
HTML_TAIL = '</table>'
|
| 12 |
+
N_COL = 5
|
| 13 |
+
WIDTH = 100 // N_COL
|
| 14 |
|
| 15 |
def get_image_gallery(idx, models):
|
| 16 |
assert isinstance(idx, str)
|