Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
|
|
245 |
examples=[
|
246 |
os.path.join("examples", img_name) for img_name in sorted(os.listdir("examples"))
|
247 |
],
|
248 |
-
inputs=[input_image
|
249 |
outputs=[processed_image, output_model_obj, output_model_glb],
|
250 |
cache_examples=True,
|
251 |
fn=partial(run_example, do_remove_background=True, foreground_ratio=0.85, mc_resolution=256),
|
|
|
245 |
examples=[
|
246 |
os.path.join("examples", img_name) for img_name in sorted(os.listdir("examples"))
|
247 |
],
|
248 |
+
inputs=[input_image],
|
249 |
outputs=[processed_image, output_model_obj, output_model_glb],
|
250 |
cache_examples=True,
|
251 |
fn=partial(run_example, do_remove_background=True, foreground_ratio=0.85, mc_resolution=256),
|