artelabsuper commited on
Commit
63cfb07
1 Parent(s): 66432b9

new description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
67
  examples=[
68
  ["demo_imgs/fake.jpg", MODELS_TYPE[0]] # use real image
69
  ],
70
- title="DTM Estimation",
71
- description="This demo predict a DTM..."
72
  )
73
  iface.launch()
 
67
  examples=[
68
  ["demo_imgs/fake.jpg", MODELS_TYPE[0]] # use real image
69
  ],
70
+ title="Super Resolution and DTM Estimation",
71
+ description="This demo predict Super Resolution and (Super Resolution) DTM from a Grayscale image (if RGB we convert it)."
72
  )
73
  iface.launch()