jadechoghari commited on
Commit
25d8073
·
verified ·
1 Parent(s): 181487d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks() as demo:
249
  mesh_path = step_1_generate_obj(image)
250
  return mesh_path, mesh_path
251
 
252
- # frist we clear the existing 3D model
253
  img_input.change(clear_model_viewer, inputs=None, outputs=model_output)
254
 
255
  # then, generate the mesh and video
 
249
  mesh_path = step_1_generate_obj(image)
250
  return mesh_path, mesh_path
251
 
252
+ # first we clear the existing 3D model
253
  img_input.change(clear_model_viewer, inputs=None, outputs=model_output)
254
 
255
  # then, generate the mesh and video