JUGGHM commited on
Commit
0a6b642
1 Parent(s): d166c37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def run_demo():
197
  )
198
 
199
  with gr.Row():
200
- recon_btn = gr.Button('Is 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():
 
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():