update description
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
|
|
44 |
inputs=gr.Image(type="pil"),
|
45 |
outputs=gr.Image(type="pil"),
|
46 |
title="Monocular Surface Normal Estimation: Omnidata DPT-Hybrid",
|
47 |
-
description="Upload an image to estimate monocular surface normals.",
|
48 |
examples=[
|
49 |
"https://github.com/EPFL-VILAB/omnidata/blob/main/omnidata_tools/torch/assets/test1_rgb.png?raw=true",
|
50 |
"https://github.com/EPFL-VILAB/omnidata/blob/main/omnidata_tools/torch/assets/demo/test2.png?raw=true",
|
|
|
44 |
inputs=gr.Image(type="pil"),
|
45 |
outputs=gr.Image(type="pil"),
|
46 |
title="Monocular Surface Normal Estimation: Omnidata DPT-Hybrid",
|
47 |
+
description="Upload an image to estimate monocular surface normals. To use these models locally, you can use `torch.hub.load`. Code and examples in our [Github](https://github.com/alexsax/omnidata_models) repository. More information and the paper in the project page [Omnidata: A Scalable Pipeline for Making Multi-Task Mid-Level Vision Datasets from 3D Scans](https://omnidata.epfl.ch/).",
|
48 |
examples=[
|
49 |
"https://github.com/EPFL-VILAB/omnidata/blob/main/omnidata_tools/torch/assets/test1_rgb.png?raw=true",
|
50 |
"https://github.com/EPFL-VILAB/omnidata/blob/main/omnidata_tools/torch/assets/demo/test2.png?raw=true",
|