Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,8 @@ with gr.Blocks() as demo:
|
|
| 241 |
submit.click(fn=check_input_image, inputs=[text_prompt]).success(
|
| 242 |
fn=run_example,
|
| 243 |
inputs=[text_prompt, do_remove_background, foreground_ratio, mc_resolution],
|
| 244 |
-
outputs=[processed_image, output_model_obj, output_model_glb],
|
|
|
|
| 245 |
)
|
| 246 |
|
| 247 |
demo.queue(max_size=10)
|
|
|
|
| 241 |
submit.click(fn=check_input_image, inputs=[text_prompt]).success(
|
| 242 |
fn=run_example,
|
| 243 |
inputs=[text_prompt, do_remove_background, foreground_ratio, mc_resolution],
|
| 244 |
+
# outputs=[processed_image, output_model_obj, output_model_glb],
|
| 245 |
+
outputs=[output_model_obj, output_model_glb],
|
| 246 |
)
|
| 247 |
|
| 248 |
demo.queue(max_size=10)
|