Spaces:
Sleeping
Sleeping
Nunzio commited on
Commit ·
d18a7c1
1
Parent(s): 72b1fe6
fiff
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
|
|
| 96 |
outputs=[result_display, error_text],
|
| 97 |
)
|
| 98 |
|
| 99 |
-
gr.Markdown("Made by group 21 semantic segmentation project
|
| 100 |
|
| 101 |
demo.launch()
|
| 102 |
|
|
|
|
| 96 |
outputs=[result_display, error_text],
|
| 97 |
)
|
| 98 |
|
| 99 |
+
gr.Markdown("Made by group 21 semantic segmentation project at Politecnico di Torino 2024-2025")
|
| 100 |
|
| 101 |
demo.launch()
|
| 102 |
|