Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -253,17 +253,6 @@ with (gr.Blocks() as demo):
|
|
253 |
with gr.Row():
|
254 |
submit = gr.Button("Generate", elem_id="generate", variant="primary")
|
255 |
|
256 |
-
with gr.Row(variant="panel"):
|
257 |
-
mesh_examples = gr.Examples(
|
258 |
-
examples=[
|
259 |
-
os.path.join("examples", img_name) for img_name in sorted(os.listdir("examples"))
|
260 |
-
],
|
261 |
-
inputs=input_3d,
|
262 |
-
outputs=[preprocess_model_obj, input_image_render, output_model_obj, output_image_render],
|
263 |
-
fn=do_inference,
|
264 |
-
cache_examples = False,
|
265 |
-
examples_per_page=10
|
266 |
-
)
|
267 |
with gr.Column():
|
268 |
with gr.Row():
|
269 |
input_image_render.render()
|
|
|
253 |
with gr.Row():
|
254 |
submit = gr.Button("Generate", elem_id="generate", variant="primary")
|
255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
with gr.Column():
|
257 |
with gr.Row():
|
258 |
input_image_render.render()
|