jiawei-ren commited on
Commit
7e30bd3
·
1 Parent(s): fcaab9a
Files changed (1) hide show
  1. app.py +1 -1
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 for 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
  )
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 &#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
  )
273
  iface.launch()