kfahn commited on
Commit
c20e1f0
1 Parent(s): 1979292

Update app.py

Browse files

try to make interface bigger

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,6 +118,7 @@ image = gr.Image(
118
  tool="color-sketch",
119
  interactive="true",
120
  brush_radius=4,
 
121
  )
122
 
123
  iface = gr.Interface(predict,
 
118
  tool="color-sketch",
119
  interactive="true",
120
  brush_radius=4,
121
+ height=440,
122
  )
123
 
124
  iface = gr.Interface(predict,