Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
193 |
with gr.Column():
|
194 |
with gr.Row():
|
195 |
# image_prompts = ImagePrompter(label="Input Image", type="pil")
|
196 |
-
image_prompts = gr.Image(label="Example Image", type="filepath"
|
197 |
mesh = gr.Model3D(label="Input Coarse Model",camera_position=(90,90,3))
|
198 |
|
199 |
with gr.Accordion("Generation Settings", open=False):
|
|
|
193 |
with gr.Column():
|
194 |
with gr.Row():
|
195 |
# image_prompts = ImagePrompter(label="Input Image", type="pil")
|
196 |
+
image_prompts = gr.Image(label="Example Image", type="filepath")
|
197 |
mesh = gr.Model3D(label="Input Coarse Model",camera_position=(90,90,3))
|
198 |
|
199 |
with gr.Accordion("Generation Settings", open=False):
|