Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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/).",
|