saravanamax commited on
Commit
09cd669
·
1 Parent(s): e12ed39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ demo=gr.Interface(
17
  gr.Image(type='pil'),
18
  ],
19
  outputs= 'label',
20
- examples=['sample.jpg','sample1.jpg','sample2.jpg'],
21
  theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
22
  )
23
  demo.launch(show_error=True)
 
17
  gr.Image(type='pil'),
18
  ],
19
  outputs= 'label',
20
+ examples=['demo.jpg','demo2.jpg','demo3.jpg'],
21
  theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
22
  )
23
  demo.launch(show_error=True)