Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,8 +233,7 @@ theme = gr.themes.Soft(
|
|
| 233 |
with gr.Blocks(theme=theme, title="Car vs Mirror Segmentation") as demo:
|
| 234 |
gr.Markdown(
|
| 235 |
"""
|
| 236 |
-
#
|
| 237 |
-
Compare your custom trained **Car Mirror** models against pretrained **Full Car** models.
|
| 238 |
"""
|
| 239 |
)
|
| 240 |
|
|
|
|
| 233 |
with gr.Blocks(theme=theme, title="Car vs Mirror Segmentation") as demo:
|
| 234 |
gr.Markdown(
|
| 235 |
"""
|
| 236 |
+
# Car Segmentation
|
|
|
|
| 237 |
"""
|
| 238 |
)
|
| 239 |
|