ccareaga commited on
Commit
8c055ae
·
1 Parent(s): 6a18cf5

fixing another naming error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def decompose(img):
19
 
20
 
21
  gr.Interface(
22
- generatedepth,
23
  [gr.inputs.Image(type="numpy", label="Input")],
24
  [gr.outputs.Image(type="numpy", label="Output"), gr.outputs.Textbox(label=":")],
25
  examples=[["avocado.jpg"]]
 
19
 
20
 
21
  gr.Interface(
22
+ decompose,
23
  [gr.inputs.Image(type="numpy", label="Input")],
24
  [gr.outputs.Image(type="numpy", label="Output"), gr.outputs.Textbox(label=":")],
25
  examples=[["avocado.jpg"]]