dylanebert HF staff commited on
Commit
4503410
1 Parent(s): 9b5dca9

generate -> convert

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def main():
40
  with gr.Row(variant="panel"):
41
  with gr.Column():
42
  input_ply = gr.Model3D(label="Input Splat")
43
- button_gen = gr.Button("Generate")
44
 
45
  with gr.Column():
46
  output_glb = gr.Model3D(label="Output GLB")
 
40
  with gr.Row(variant="panel"):
41
  with gr.Column():
42
  input_ply = gr.Model3D(label="Input Splat")
43
+ button_gen = gr.Button("Convert")
44
 
45
  with gr.Column():
46
  output_glb = gr.Model3D(label="Output GLB")