Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def run_demo():
|
|
197 |
)
|
198 |
|
199 |
with gr.Row():
|
200 |
-
recon_btn = gr.Button('
|
201 |
focal_length = gr.Number(value=1000, label="Focal Length")
|
202 |
|
203 |
with gr.Row():
|
|
|
197 |
)
|
198 |
|
199 |
with gr.Row():
|
200 |
+
recon_btn = gr.Button('Focal Length Available? If Yes, Enter and Click Here for Metric 3D Reconstruction', variant='primary', interactive=True)
|
201 |
focal_length = gr.Number(value=1000, label="Focal Length")
|
202 |
|
203 |
with gr.Row():
|