Matthew Danish commited on
Commit
be18169
1 Parent(s): 7a48ca5

experiment with label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import itertools
5
  import numpy as np
6
 
7
  keys = [
8
- ('focallength_mm', gr.Slider(0, 10, value=7, step=0.1)),
9
  ('sensor_width_mm', gr.Slider(0, 10, value=6.7, step=0.1)),
10
  ('sensor_height_mm', gr.Slider(0, 10, value=5.6, step=0.1)),
11
  ('image_width_px', gr.Slider(0, 3000, value=640, step=1)),
5
  import numpy as np
6
 
7
  keys = [
8
+ ('focallength_mm', gr.Slider(0, 10, value=7, step=0.1, label='focallength_mm')),
9
  ('sensor_width_mm', gr.Slider(0, 10, value=6.7, step=0.1)),
10
  ('sensor_height_mm', gr.Slider(0, 10, value=5.6, step=0.1)),
11
  ('image_width_px', gr.Slider(0, 3000, value=640, step=1)),