bennyguo commited on
Commit
7f89ce5
·
1 Parent(s): c43e1bf

update markdown links

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(title="TripoSplat") as demo:
138
  gr.Markdown(
139
  "TripoSplat converts a single 2D image into high-quality and variable number of 3D Gaussians, developed by [TripoAI](https://www.tripo3d.ai/). "
140
  "It can serve as a powerful pipeline tool for asset creation, AR/VR, game development, simulation environments, and beyond.\n\n"
141
- "[Read Paper](https://arxiv.org/abs/2605.16355) | [Research Blog](https://www.tripo3d.ai/research/triposplat)"
142
  )
143
 
144
  image_in = gr.Image(label="Input image", type="pil", image_mode="RGBA",
 
138
  gr.Markdown(
139
  "TripoSplat converts a single 2D image into high-quality and variable number of 3D Gaussians, developed by [TripoAI](https://www.tripo3d.ai/). "
140
  "It can serve as a powerful pipeline tool for asset creation, AR/VR, game development, simulation environments, and beyond.\n\n"
141
+ "[Read Paper](https://arxiv.org/abs/2605.16355) | [Technical Blog](https://www.tripo3d.ai/research/triposplat) | [GitHub](https://github.com/VAST-AI-Research/TripoSplat)"
142
  )
143
 
144
  image_in = gr.Image(label="Input image", type="pil", image_mode="RGBA",