atatakun commited on
Commit
fdd939c
1 Parent(s): c172655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -249,8 +249,8 @@ def predict(im):
249
  # return im["inputmask"] # bad
250
  return im["layers"][0]
251
 
252
- block = gr.Blocks(theme=gr.themes.Soft()).queue()
253
- with gr.Interface(css=".gradio-container {background-color: white}") as block:
254
  with block:
255
  gr.Markdown(DESCRIPTION)
256
  with gr.Row():
 
249
  # return im["inputmask"] # bad
250
  return im["layers"][0]
251
 
252
+ block = gr.Blocks(css=".gradio-container {background-color: white}").queue()
253
+
254
  with block:
255
  gr.Markdown(DESCRIPTION)
256
  with gr.Row():