Emaad commited on
Commit
e965e32
·
1 Parent(s): 8d1fad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -182,7 +182,8 @@ with gr.Blocks(theme='gradio/soft') as demo:
182
  label = "Nucleus Image",
183
  interactive = "True",
184
  image_mode = "L",
185
- brush_color = "#FFFFFF"
 
186
  )
187
 
188
  with gr.Row():
 
182
  label = "Nucleus Image",
183
  interactive = "True",
184
  image_mode = "L",
185
+ brush_color = "#FFFFFF",
186
+ type = "pil"
187
  )
188
 
189
  with gr.Row():