Niqull commited on
Commit
e961ab5
1 Parent(s): 4a04f4f

Changed ImageEditor block to match gradio docs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def predict(im):
5
  return im["composite"]
6
 
7
 
8
- with gr.Blocks(fill_height=true, fill_width=True) as demo:
9
  with gr.Row():
10
  im = gr.ImageEditor(
11
  type="numpy",
 
5
  return im["composite"]
6
 
7
 
8
+ with gr.Blocks(fill_height=True, fill_width=True) as demo:
9
  with gr.Row():
10
  im = gr.ImageEditor(
11
  type="numpy",