jkorstad commited on
Commit
facd25e
Β·
verified Β·
1 Parent(s): 9f14218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ demo = gr.Interface(
39
  fn=run,
40
  inputs=[
41
  gr.Image(label="Input Image"),
42
- gr.Slider(0, 100, 10, label="Elevation", info="Choose the elevation value for the generated multi view output. A higher value will be closest to a birds eye view of your object.")
43
  ],
44
  outputs=gr.Image(label="Output Image")
45
  )
 
39
  fn=run,
40
  inputs=[
41
  gr.Image(label="Input Image"),
42
+ gr.Slider(0, 42, 10, label="Elevation", info="Choose the elevation value for the generated multi view output. A higher value will show the object from a higher elevation.")
43
  ],
44
  outputs=gr.Image(label="Output Image")
45
  )