Spaces:
Runtime error
Runtime error
jiawei-ren
commited on
Commit
·
7e30bd3
1
Parent(s):
fcaab9a
init
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ iface = gr.Interface(
|
|
267 |
live=True,
|
268 |
allow_flagging='never',
|
269 |
title="Balanced MSE for Imbalanced Visual Regression [CVPR 2022]",
|
270 |
-
description="Welcome to the demo
|
271 |
"To get started, drag the sliders 👇👇 and create your label distribution!"
|
272 |
)
|
273 |
iface.launch()
|
|
|
267 |
live=True,
|
268 |
allow_flagging='never',
|
269 |
title="Balanced MSE for Imbalanced Visual Regression [CVPR 2022]",
|
270 |
+
description="Welcome to the demo of Balanced MSE ⚖. In this demo, we will work on a simple task: imbalanced <i>linear</i> regression. <br>"
|
271 |
"To get started, drag the sliders 👇👇 and create your label distribution!"
|
272 |
)
|
273 |
iface.launch()
|