incrl commited on
Commit
93da8e0
·
verified ·
1 Parent(s): 20635e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def build_ui():
211
 
212
  gr.Markdown("# 🎨 3D Gaussian Splat Style Transfer", elem_id="title")
213
  gr.Markdown(
214
- "Official implmentation of 'Optimization-Free Style Transfer for 3D Gaussian Splats'.
215
  "Upload a 3DGS scene and a style image — the app will repaint the splat "
216
  "with the artistic style of the image and give you a stylized splat to download. "
217
  "After downloading, you can view your splat with an [online viewer](https://antimatter15.com/splat/).",
 
211
 
212
  gr.Markdown("# 🎨 3D Gaussian Splat Style Transfer", elem_id="title")
213
  gr.Markdown(
214
+ "Official implmentation of Optimization-Free Style Transfer for 3D Gaussian Splats. \n"
215
  "Upload a 3DGS scene and a style image — the app will repaint the splat "
216
  "with the artistic style of the image and give you a stylized splat to download. "
217
  "After downloading, you can view your splat with an [online viewer](https://antimatter15.com/splat/).",