Spaces:
Running
Running
Nunzio commited on
Commit ·
4990abe
1
Parent(s): c952334
typo
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
|
|
| 93 |
with gr.Row():
|
| 94 |
gr.Markdown("## Preloaded images to be used for testing the model")
|
| 95 |
gr.Markdown("""You can use images taken from the Grand Theft Auto V video game, the Cityscapes dataset or
|
| 96 |
-
even the city of Turin to be used as input for the model without
|
| 97 |
|
| 98 |
# Mostriamo 4 righe da 5 immagini
|
| 99 |
for i in range(0, len(image_list), 5):
|
|
|
|
| 93 |
with gr.Row():
|
| 94 |
gr.Markdown("## Preloaded images to be used for testing the model")
|
| 95 |
gr.Markdown("""You can use images taken from the Grand Theft Auto V video game, the Cityscapes dataset or
|
| 96 |
+
even the city of Turin to be used as input for the model without need for manual upload.""")
|
| 97 |
|
| 98 |
# Mostriamo 4 righe da 5 immagini
|
| 99 |
for i in range(0, len(image_list), 5):
|