awacke1 commited on
Commit
0f20bc5
·
1 Parent(s): c718335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -46,5 +46,21 @@ examples = [
46
  ['3.jpg'],
47
  ['4.jpg'],
48
  ['5.jpg'],
 
 
 
 
 
 
 
49
  ]
50
- gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
 
 
 
 
 
 
 
 
 
 
46
  ['3.jpg'],
47
  ['4.jpg'],
48
  ['5.jpg'],
49
+ ['20190210_171436.jpg'],
50
+ ['20190211_215501.jpg'],
51
+ ['20190220_220143.jpg'],
52
+ ['20190223_181415.jpg'],
53
+ ['20190404_193912.jpg'],
54
+ ['20190413_021309.jpg'],
55
+ ['20190413_115659.jpg']
56
  ]
57
+ gr.Interface(
58
+ inference,
59
+ inputs,
60
+ outputs,
61
+ title=title,
62
+ description=description,
63
+ article=article,
64
+ examples=examples,
65
+ analytics_enabled=True
66
+ ).launch()