Spaces:
Running
Running
Nunzio commited on
Commit ·
6f3da25
1
Parent(s): 62e5fdd
new check
Browse files
app.py
CHANGED
|
@@ -80,7 +80,6 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
|
|
| 80 |
with gr.Row():
|
| 81 |
legend = legendHandling()
|
| 82 |
for i in range(0, len(legend), 2):
|
| 83 |
-
with gr.Row():
|
| 84 |
if i + 1 < len(legend):
|
| 85 |
gr.Markdown(f"**{legend[i][1]}** → {legend[i][2]} \t\t\t **{legend[i+1][1]}** → {legend[i+1][2]}")
|
| 86 |
else:
|
|
|
|
| 80 |
with gr.Row():
|
| 81 |
legend = legendHandling()
|
| 82 |
for i in range(0, len(legend), 2):
|
|
|
|
| 83 |
if i + 1 < len(legend):
|
| 84 |
gr.Markdown(f"**{legend[i][1]}** → {legend[i][2]} \t\t\t **{legend[i+1][1]}** → {legend[i+1][2]}")
|
| 85 |
else:
|