jflo commited on
Commit
9df5dae
1 Parent(s): 8e43ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ def filter_img(input_img,filter_type):
42
 
43
  demo = gr.Interface(filter_img,
44
  inputs = [ gr.Image(),gr.inputs.Dropdown(["Gray","B&W","Sharp","Gray-sharp","Vintage","Magenta","Yellow","Cyan","Blue","Green","Red"])],
45
- outputs = "image",
 
46
  description="Cool image filters!"
47
  )
48
 
 
42
 
43
  demo = gr.Interface(filter_img,
44
  inputs = [ gr.Image(),gr.inputs.Dropdown(["Gray","B&W","Sharp","Gray-sharp","Vintage","Magenta","Yellow","Cyan","Blue","Green","Red"])],
45
+ outputs = "image",
46
+ title = "Image Filterz",
47
  description="Cool image filters!"
48
  )
49