mischeiwiller commited on
Commit
cd899a2
·
verified ·
1 Parent(s): 1d1108c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ example_image_dict = {"image": "bruce.png", "mask": example_mask}
82
 
83
  inputs = [
84
  gr.Image(type="numpy", label="Input Image"),
85
- gr.Textbox(label="Destination Height", default="64"),
86
- gr.Textbox(label="Destination Width", default="128"),
87
  ]
88
 
89
  outputs = gr.Plot(label="Output")
 
82
 
83
  inputs = [
84
  gr.Image(type="numpy", label="Input Image"),
85
+ gr.Textbox(label="Destination Height", value="64"),
86
+ gr.Textbox(label="Destination Width", value="128"),
87
  ]
88
 
89
  outputs = gr.Plot(label="Output")