jkorstad commited on
Commit
5eac9a1
Β·
verified Β·
1 Parent(s): d8268cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def run(image):
33
  return grid_img
34
 
35
 
36
- demo = gr.Interface(title="Quick demo of the multi-view from an image model", fn=run, inputs="image", outputs="image", gradio.Slider(0, 100, 10, label="elevation", info="choose your value for elevation"))
37
  demo.launch()
 
33
  return grid_img
34
 
35
 
36
+ demo = gr.Interface(title="Quick demo of the multi-view from an image model", fn=run, inputs="image", outputs="image", gradio.Slider(0, 100, 10, label="elevation", info="choose your value for elevation")
37
  demo.launch()