Spaces:
Runtime error
Runtime error
artelabsuper
commited on
Commit
·
63cfb07
1
Parent(s):
66432b9
new description
Browse files
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
|
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()
|