Update app.py
Browse files
app.py
CHANGED
@@ -227,6 +227,7 @@ with gr.Blocks(title="HoloPart") as demo:
|
|
227 |
run_full,
|
228 |
inputs=[
|
229 |
input_mesh,
|
|
|
230 |
seed,
|
231 |
num_inference_steps,
|
232 |
guidance_scale
|
|
|
227 |
run_full,
|
228 |
inputs=[
|
229 |
input_mesh,
|
230 |
+
example_image,
|
231 |
seed,
|
232 |
num_inference_steps,
|
233 |
guidance_scale
|