osbm commited on
Commit
034449b
·
verified ·
1 Parent(s): f489399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -51,17 +51,17 @@ demo = gr.Interface(
51
  gr.Image(
52
  label="Input image",
53
  image_mode="RGB",
54
- height=400,
55
  type="numpy",
56
- witdh=400,
57
  )
58
  ],
59
  outputs=[
60
  gr.Image(
61
  label="Model Prediction",
62
  image_mode="RGB",
63
- height=400,
64
- witdh=400,
65
  )
66
  ],
67
  # examples=[
 
51
  gr.Image(
52
  label="Input image",
53
  image_mode="RGB",
54
+ # height=400,
55
  type="numpy",
56
+ # width=400,
57
  )
58
  ],
59
  outputs=[
60
  gr.Image(
61
  label="Model Prediction",
62
  image_mode="RGB",
63
+ # height=400,
64
+ # width=400,
65
  )
66
  ],
67
  # examples=[