Spaces:
dylanebert
/
Running on Zero

dylanebert HF Staff commited on
Commit
5e2603a
·
verified ·
1 Parent(s): 9452eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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</span>'
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