Spaces:
Runtime error
Runtime error
Commit
·
eb2fcc1
1
Parent(s):
be68632
Correct misspelling
Browse files
app.py
CHANGED
|
@@ -427,8 +427,8 @@ my_theme = gr.Theme.from_hub("YenLai/Superhuman")
|
|
| 427 |
|
| 428 |
with gr.Blocks(title="Preuve de concept", theme=my_theme) as demo:
|
| 429 |
gr.Markdown("# Projet 10 - Développer une preuve de concept")
|
| 430 |
-
with gr.Tab("
|
| 431 |
-
gr.Markdown("##
|
| 432 |
gr.Markdown(
|
| 433 |
"### Visualisations de la distribution de chaque classe selon l'image choisie."
|
| 434 |
)
|
|
@@ -541,4 +541,4 @@ with gr.Blocks(title="Preuve de concept", theme=my_theme) as demo:
|
|
| 541 |
|
| 542 |
|
| 543 |
# Lancer l'application
|
| 544 |
-
demo.launch(favicon_path="
|
|
|
|
| 427 |
|
| 428 |
with gr.Blocks(title="Preuve de concept", theme=my_theme) as demo:
|
| 429 |
gr.Markdown("# Projet 10 - Développer une preuve de concept")
|
| 430 |
+
with gr.Tab("Distribution"):
|
| 431 |
+
gr.Markdown("## Distribution des classes Cityscapes")
|
| 432 |
gr.Markdown(
|
| 433 |
"### Visualisations de la distribution de chaque classe selon l'image choisie."
|
| 434 |
)
|
|
|
|
| 541 |
|
| 542 |
|
| 543 |
# Lancer l'application
|
| 544 |
+
demo.launch(favicon_path="favicon.ico", share=True)
|