ms-analytics commited on
Commit
e98358f
1 Parent(s): c741241

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,8 +66,7 @@ io = gr.Interface(
66
  description="Machine Vision Generated Description of Image @ URL",
67
  fn= fn, inputs='text' ,
68
  outputs=['text', 'image'],
69
- examples=[['https://wallsdesk.com/wp-content/uploads/2018/03/Antelope-Canyon-Wallpapers.jpg'],
70
- ['https://www.gourmetads.com/wp-content/uploads/2020/10/fast-food-recipes-square.jpg'],
71
  ['https://source.unsplash.com/random/'],
72
  ['https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iz_kgFAaRVSs/v1/-1x-1.jpg']
73
 
 
66
  description="Machine Vision Generated Description of Image @ URL",
67
  fn= fn, inputs='text' ,
68
  outputs=['text', 'image'],
69
+ examples=[
 
70
  ['https://source.unsplash.com/random/'],
71
  ['https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iz_kgFAaRVSs/v1/-1x-1.jpg']
72