Spaces:
Running
on
Zero
Running
on
Zero
fix: remove buggy video generator
Browse files
app.py
CHANGED
@@ -285,6 +285,6 @@ with gr.Blocks() as demo:
|
|
285 |
|
286 |
# then, generate the mesh and video
|
287 |
generate_mesh_button.click(step_1_generate_obj, inputs=img_input, outputs=[obj_file_output, model_output])
|
288 |
-
generate_video_button.click(step_2_generate_video, inputs=img_input, outputs=video_file_output)
|
289 |
|
290 |
demo.launch()
|
|
|
285 |
|
286 |
# then, generate the mesh and video
|
287 |
generate_mesh_button.click(step_1_generate_obj, inputs=img_input, outputs=[obj_file_output, model_output])
|
288 |
+
# generate_video_button.click(step_2_generate_video, inputs=img_input, outputs=video_file_output)
|
289 |
|
290 |
demo.launch()
|