Spaces:
Sleeping
Sleeping
Nunzio commited on
Commit ·
53e85ab
1
Parent(s): 831e26e
fixed typo
Browse files
app.py
CHANGED
|
@@ -79,7 +79,8 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
|
|
| 79 |
|
| 80 |
with gr.Row():
|
| 81 |
gr.Markdown("## Preloaded images to be used for testing the model")
|
| 82 |
-
gr.Markdown("You can use images from the Grand Theft Auto V video game, the Cityscapes dataset or
|
|
|
|
| 83 |
|
| 84 |
# Mostriamo 4 righe da 5 immagini
|
| 85 |
for i in range(0, len(image_list), 5):
|
|
|
|
| 79 |
|
| 80 |
with gr.Row():
|
| 81 |
gr.Markdown("## Preloaded images to be used for testing the model")
|
| 82 |
+
gr.Markdown("""You can use images taken from the Grand Theft Auto V video game, the Cityscapes dataset or
|
| 83 |
+
even the city of Turin to be used as input for the model without needing to upload them manually.""")
|
| 84 |
|
| 85 |
# Mostriamo 4 righe da 5 immagini
|
| 86 |
for i in range(0, len(image_list), 5):
|