jiawei-ren commited on
Commit
ae33216
·
1 Parent(s): 8c3582d
Files changed (1) hide show
  1. app.py +2 -1
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 &#9878;. In this demo, we will work on a simple task: imbalanced <i>linear</i> regression. <br>"
271
- "To get started, drag the sliders &#128071;&#128071; and create your label distribution! (Examples are at the bottom of the page.)",
 
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 &#9878;. In this demo, we will work on a simple task: imbalanced <i>linear</i> regression. <br>"
271
+ "To get started, drag the sliders &#128071;&#128071; 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'],