Spaces:
Runtime error
Runtime error
Commit
ยท
b0d06b4
1
Parent(s):
b7d4d15
update
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ with gr.Blocks(title="TripoSG") as demo:
|
|
432 |
fn=run_full,
|
433 |
inputs=[image_prompts],
|
434 |
outputs=[seg_image, model_output, textured_model_output],
|
435 |
-
cache_examples=True,
|
436 |
)
|
437 |
|
438 |
gen_button.click(
|
|
|
432 |
fn=run_full,
|
433 |
inputs=[image_prompts],
|
434 |
outputs=[seg_image, model_output, textured_model_output],
|
435 |
+
# cache_examples=True,
|
436 |
)
|
437 |
|
438 |
gen_button.click(
|