Reacher commited on
Commit
f9eac0b
·
1 Parent(s): edeab1e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ inputs_image = [
34
  outputs_image = [
35
  gr.components.Image(type="numpy", label="Output Image"),
36
  ]
37
- interface_image = gr.Interface(
38
  fn=show_preds_image,
39
  inputs=inputs_image,
40
  outputs=outputs_image,
 
34
  outputs_image = [
35
  gr.components.Image(type="numpy", label="Output Image"),
36
  ]
37
+ gr.Interface(
38
  fn=show_preds_image,
39
  inputs=inputs_image,
40
  outputs=outputs_image,