Spaces:
Runtime error
Runtime error
fix typo
Browse files
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 |
-
#
|
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
|