Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with block:
|
|
89 |
|
90 |
def update_warning(checked):
|
91 |
if checked:
|
92 |
-
return '<span style="color: #ff0000;">Warning: Mesh conversion takes several minutes
|
93 |
else:
|
94 |
return ""
|
95 |
|
|
|
89 |
|
90 |
def update_warning(checked):
|
91 |
if checked:
|
92 |
+
return '<span style="color: #ff0000;">Warning: Mesh conversion takes several minutes and might not work. Visit https://huggingface.co/spaces/dylanebert/splat-to-mesh to convert yourself.</span>'
|
93 |
else:
|
94 |
return ""
|
95 |
|