hiwei commited on
Commit
258fd85
1 Parent(s): cf2926f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,9 +43,9 @@ input_image = gr.Sketchpad(
43
  type="pil",
44
  )
45
  demo = gr.Interface(
 
46
  title=TITLE,
47
  description=DESCRIPTION,
48
- predict,
49
  inputs=input_image,
50
  outputs=['label', 'image']
51
  )
 
43
  type="pil",
44
  )
45
  demo = gr.Interface(
46
+ predict,
47
  title=TITLE,
48
  description=DESCRIPTION,
 
49
  inputs=input_image,
50
  outputs=['label', 'image']
51
  )