silentchen commited on
Commit
883a17d
1 Parent(s): 19c4ddf

update links

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -289,9 +289,9 @@ def main():
289
  <span style="font-size: 28px"> <span style="font-size: 140%">S</span>HAP-<span style="font-size: 140%">E</span>DITOR: Instruction-guided <br> Latent 3D Editing in Seconds</span>
290
  <br>
291
  <span style="font-size: 18px" id="paper-info">
292
- [<a href=" " target="_blank">Project Page</a>]
293
- [<a href=" " target="_blank">Paper</a>]
294
- [<a href=" " target="_blank">GitHub</a>]
295
  </span>
296
  </p>
297
  """
@@ -299,7 +299,7 @@ def main():
299
  gr.HTML(description)
300
  with gr.Column():
301
  with gr.Column():
302
- gr.HTML('<span style="font-size: 20px; font-weight: bold">Step 1: generate original 3D object using Shap-E.</span>')
303
  prompt = gr.Textbox(
304
  label="Text prompt for initial 3D generation", lines=1
305
  )
 
289
  <span style="font-size: 28px"> <span style="font-size: 140%">S</span>HAP-<span style="font-size: 140%">E</span>DITOR: Instruction-guided <br> Latent 3D Editing in Seconds</span>
290
  <br>
291
  <span style="font-size: 18px" id="paper-info">
292
+ [<a href="https://silent-chen.github.io/Shap-Editor/" target="_blank">Project Page</a>]
293
+ [<a href="http://arxiv.org/abs/2312.09246" target="_blank">Paper</a>]
294
+ [<a href="https://github.com/silent-chen/Shap-Editor" target="_blank">GitHub</a>]
295
  </span>
296
  </p>
297
  """
 
299
  gr.HTML(description)
300
  with gr.Column():
301
  with gr.Column():
302
+ gr.HTML('<span style="font-size: 20px; font-weight: bold">Step 1: generate original 3D objects using Shap-E.</span>')
303
  prompt = gr.Textbox(
304
  label="Text prompt for initial 3D generation", lines=1
305
  )