asalhi85 commited on
Commit
088b0f9
·
1 Parent(s): 09fbcf9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,9 +75,9 @@ gr.Interface(
75
  gr.Slider(minimum=0.0, maximum=1.0, value=0.4, label="Minimum score"),
76
  ],
77
  gr.outputs.Image(type="pil", label="Output"),
 
78
  title=title,
79
  description=description,
80
- article=article,
81
- gr.Examples(['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg'], inputs=input_image)
82
  ).launch()
83
  #examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']
 
75
  gr.Slider(minimum=0.0, maximum=1.0, value=0.4, label="Minimum score"),
76
  ],
77
  gr.outputs.Image(type="pil", label="Output"),
78
+ gr.Examples(['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg'], inputs=input_image),
79
  title=title,
80
  description=description,
81
+ article=article
 
82
  ).launch()
83
  #examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']