Spaces:
Paused
Paused
Commit
·
e699699
1
Parent(s):
bf03840
Update app/app_savta.py
Browse files- app/app_savta.py +8 -2
app/app_savta.py
CHANGED
@@ -67,8 +67,14 @@ def gen(input_img):
|
|
67 |
|
68 |
title = "SavtaDepth WebApp"
|
69 |
|
70 |
-
description = "
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
article = "<p style='text-align: center'><a href='https://dagshub.com/OperationSavta/SavtaDepth' target='_blank'>SavtaDepth Project from OperationSavta</a></p><p style='text-align: center'><a href='https://colab.research.google.com/drive/1XU4DgQ217_hUMU1dllppeQNw3pTRlHy1?usp=sharing' target='_blank'>Google Colab Demo</a></p></center></p>"
|
73 |
|
74 |
examples = [
|
|
|
67 |
|
68 |
title = "SavtaDepth WebApp"
|
69 |
|
70 |
+
description = """
|
71 |
+
<p>
|
72 |
+
<center>
|
73 |
+
Savta Depth is a collaborative Open Source Data Science project for monocular depth estimation - Turn 2d photos into 3d photos. To test the model and code please check out the link bellow.
|
74 |
+
<img src="https://i.ibb.co/r20HKpQ/savtadepthex.png" alt="logo" width="250"/>
|
75 |
+
</center>
|
76 |
+
</p>
|
77 |
+
"""
|
78 |
article = "<p style='text-align: center'><a href='https://dagshub.com/OperationSavta/SavtaDepth' target='_blank'>SavtaDepth Project from OperationSavta</a></p><p style='text-align: center'><a href='https://colab.research.google.com/drive/1XU4DgQ217_hUMU1dllppeQNw3pTRlHy1?usp=sharing' target='_blank'>Google Colab Demo</a></p></center></p>"
|
79 |
|
80 |
examples = [
|