jkorstad commited on
Commit
ca68a55
Β·
verified Β·
1 Parent(s): ba32ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ demo = gr.Interface(
38
  fn=run,
39
  inputs=[
40
  gr.Image(label="Input Image"),
41
- gr.Slider(0, 100, 10, label="Elevation", info="Choose your value for elevation")
42
  ],
43
  outputs=gr.Image(label="Output Image")
44
  )
 
38
  fn=run,
39
  inputs=[
40
  gr.Image(label="Input Image"),
41
+ 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.")
42
  ],
43
  outputs=gr.Image(label="Output Image")
44
  )