Spaces:
Runtime error
Runtime error
Commit
·
ede1f67
1
Parent(s):
81e86de
Try other theme
Browse files
app.py
CHANGED
|
@@ -423,7 +423,7 @@ category_list = list(id2label.values())
|
|
| 423 |
image_name = "dusseldorf_000012_000019_leftImg8bit.png"
|
| 424 |
default_image = os.path.join(data_folder, "images", image_name)
|
| 425 |
|
| 426 |
-
my_theme = gr.Theme.from_hub("
|
| 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")
|
|
|
|
| 423 |
image_name = "dusseldorf_000012_000019_leftImg8bit.png"
|
| 424 |
default_image = os.path.join(data_folder, "images", image_name)
|
| 425 |
|
| 426 |
+
my_theme = gr.Theme.from_hub("gstaff/whiteboard")
|
| 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")
|