Nigus commited on
Commit
8023ff3
·
1 Parent(s): 7cf9eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ description = " Thesis Title: The Development of a
49
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1807.11164'>Shufflenet_v2 By Bekalu Nigus Dawit</a></p>"
50
 
51
  examples = [
52
- ['dog.jpg'],['pizza.jpeg'],['mushroom.jpeg']
53
  ]
54
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
 
49
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1807.11164'>Shufflenet_v2 By Bekalu Nigus Dawit</a></p>"
50
 
51
  examples = [
52
+ ['dog.jpg'],['pizza.jpeg'],['mushroom.jpeg'],['download.jpeg'],['ear.jpeg']
53
  ]
54
  gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()