asalhi85 commited on
Commit
09fbcf9
·
1 Parent(s): 04a21ea

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -78,4 +78,6 @@ gr.Interface(
78
  title=title,
79
  description=description,
80
  article=article,
81
- examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']).launch()
 
 
 
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']