toshas commited on
Commit
961861f
Β·
1 Parent(s): 68ec468
Files changed (1) hide show
  1. app.py +17 -16
app.py CHANGED
@@ -181,6 +181,9 @@ with gr.Blocks(
181
  text-align: center;
182
  display: block;
183
  }
 
 
 
184
  .md_feedback li {
185
  margin-bottom: 0px !important;
186
  }
@@ -195,25 +198,23 @@ with gr.Blocks(
195
  </script>
196
  """,
197
  ) as demo:
 
 
 
 
 
 
198
  gr.Markdown(
199
  """
200
  # Depth To 3D Print
201
- <p align="center">
202
- <a title="Get Depth" href="https://huggingface.co/spaces/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
203
- <img src="https://img.shields.io/badge/πŸ€—%20Create%20Your%20-Depth%20from%20Image-blue" alt="Get Depth">
204
- </a>
205
- <a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer"
206
- style="display: inline-block;">
207
- <img src="https://img.shields.io/badge/%F0%9F%A4%8D%20Project%20-Website-af2928" alt="Website Badge">
208
- </a>
209
- <a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer"
210
- style="display: inline-block;">
211
- <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
212
- </a><br>
213
- Start exploring the interactive bas-relief examples at the bottom of the page!
214
- The models are watertight and exported in a variety of formats, which makes them 3D-printable.
215
- </p>
216
- """
217
  )
218
  with gr.Row():
219
  with gr.Column():
 
181
  text-align: center;
182
  display: block;
183
  }
184
+ a {
185
+ display: inline-block;
186
+ }
187
  .md_feedback li {
188
  margin-bottom: 0px !important;
189
  }
 
198
  </script>
199
  """,
200
  ) as demo:
201
+ # <img src="https://img.shields.io/badge/πŸ€—%20Create%20Your%20-Depth%20from%20Image-blue" alt="Get Depth">
202
+ # <img src="https://img.shields.io/badge/%F0%9F%A4%8D%20Project%20-Website-af2928" alt="Website Badge">
203
+ # <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
204
+ # [![Get Depth](https://img.shields.io/badge/πŸ€—%20Create%20Your%20-Depth%20from%20Image-blue)](https://huggingface.co/spaces/prs-eth/marigold)
205
+ # [![Website](https://img.shields.io/badge/%F0%9F%A4%8D%20Project%20-Website-af2928)](https://marigoldmonodepth.github.io/)
206
+ # [![Social](https://www.obukhov.ai/img/badges/badge-social.svg)](https://x.com/antonobukhov1)
207
  gr.Markdown(
208
  """
209
  # Depth To 3D Print
210
+ <center>
211
+ [![Get Depth](https://img.shields.io/badge/πŸ€—%20Create%20Your%20-Depth%20from%20Image-blue)](https://huggingface.co/spaces/prs-eth/marigold)
212
+ [![Website](https://img.shields.io/badge/%F0%9F%A4%8D%20Project%20-Website-af2928)](https://marigoldmonodepth.github.io/)
213
+ [![Social](https://www.obukhov.ai/img/badges/badge-social.svg)](https://x.com/antonobukhov1)<br>
214
+ Start exploring the interactive bas-relief examples at the bottom of the page!
215
+ The models are watertight and exported in a variety of formats, which makes them 3D-printable.
216
+ </center>
217
+ """
 
 
 
 
 
 
 
 
218
  )
219
  with gr.Row():
220
  with gr.Column():