Spaces:
Runtime error
Runtime error
jiawei-ren
commited on
Commit
·
ae33216
1
Parent(s):
8c3582d
init
Browse files
app.py
CHANGED
@@ -268,7 +268,8 @@ iface = gr.Interface(
|
|
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 |
examples=[
|
273 |
[0.1, 0.8, 6.4, 51.2, 100, 0, 'Prepare Training Data'],
|
274 |
[1, 10, 100, 10, 1, 0, 'Prepare Training Data'],
|
|
|
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 |
+
"<small>(Examples are at the bottom of the page.)</small>",
|
273 |
examples=[
|
274 |
[0.1, 0.8, 6.4, 51.2, 100, 0, 'Prepare Training Data'],
|
275 |
[1, 10, 100, 10, 1, 0, 'Prepare Training Data'],
|