Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Update app_recon.py
Browse files- app_recon.py +1 -1
app_recon.py
CHANGED
@@ -327,7 +327,7 @@ def run_demo():
|
|
327 |
)
|
328 |
|
329 |
with gr.Row():
|
330 |
-
recon_btn = gr.Button('Is there a salient foreground object? If yes, Click here to Reconstruct its 3D model.', variant='primary', interactive=True)
|
331 |
|
332 |
with gr.Row():
|
333 |
reconstructed_3d = gr.Model3D(
|
|
|
327 |
)
|
328 |
|
329 |
with gr.Row():
|
330 |
+
recon_btn = gr.Button('(Beta) Is there a salient foreground object? If yes, Click here to Reconstruct its 3D model.', variant='primary', interactive=True)
|
331 |
|
332 |
with gr.Row():
|
333 |
reconstructed_3d = gr.Model3D(
|