jflo commited on
Commit
13168fc
1 Parent(s): 218f80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -53,9 +53,7 @@ def filter_img(input_img,filter_type):
53
 
54
  demo = gr.Interface(filter_img,
55
  inputs = [ gr.inputs.Image(),gr.inputs.Dropdown(["Gray","B&W","Sharp","Gray-sharp","Vintage","Magenta","Yellow","Cyan","Blue","Green","Red"])],
56
- outputs=[
57
- gr.components.Image(), label="output-1")
58
- ],
59
  title = "Image Filterz",
60
  description="Cool image filters!"
61
  )
53
 
54
  demo = gr.Interface(filter_img,
55
  inputs = [ gr.inputs.Image(),gr.inputs.Dropdown(["Gray","B&W","Sharp","Gray-sharp","Vintage","Magenta","Yellow","Cyan","Blue","Green","Red"])],
56
+ outputs= gr.components.Image(),
 
 
57
  title = "Image Filterz",
58
  description="Cool image filters!"
59
  )